Update 'VoidInstall-unfinished.md'
This commit is contained in:
parent
123ce9e580
commit
746f68306d
1 changed files with 2 additions and 10 deletions
|
@ -1,19 +1,11 @@
|
||||||
# A Void Linux install (Unfinished)
|
# A Void Linux install (Unfinished)
|
||||||
|
|
||||||
This install is based on the [EFI boot stub](https://mth.st/blog/void-efistub/) blog entry from [Matthias Totschnig](https://mth.st/), the [Void Handbook](https://docs.voidlinux.org/about/index.html) and our own experience.
|
This install is based on the [EFI boot stub](https://mth.st/blog/void-efistub/) blog entry from [Matthias Totschnig](https://mth.st/), the [Void Handbook](https://docs.voidlinux.org/about/index.html) and the Void Linux man pages
|
||||||
|
|
||||||
This guide focuses on a Void Linux x86-64 glibc install. It should be mostly applicable to musl aswell but probably not to different architectures.
|
This guide focuses on a Void Linux x86-64 glibc/musl install. It is probably not applicable to other architectures.
|
||||||
|
|
||||||
In this install we're going to use gummiboot as bootloader and we're also going to encrypt the root partition.
|
In this install we're going to use gummiboot as bootloader and we're also going to encrypt the root partition.
|
||||||
|
|
||||||
Requirements:
|
|
||||||
|
|
||||||
- EFI system
|
|
||||||
|
|
||||||
- x64 computer
|
|
||||||
|
|
||||||
- An internet connection
|
|
||||||
|
|
||||||
## Provisioning
|
## Provisioning
|
||||||
|
|
||||||
First off you'll need to partition your drive. It should have atleast two partitions with one `EFI System` Partition and one `Linux filesystem` partition.
|
First off you'll need to partition your drive. It should have atleast two partitions with one `EFI System` Partition and one `Linux filesystem` partition.
|
||||||
|
|
Loading…
Reference in a new issue