Added VoidInstall-unfinished.md
This commit is contained in:
parent
3996964e77
commit
49ecea0097
1 changed files with 26 additions and 0 deletions
26
VoidInstall-unfinished.md
Normal file
26
VoidInstall-unfinished.md
Normal file
|
@ -0,0 +1,26 @@
|
|||
# A Void Linux install (Unfinished)
|
||||
|
||||
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.
|
||||
|
||||
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
|
||||
|
||||
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.
|
||||
|
||||
It should look something like this:
|
||||
|
||||
| Number of partition | Size | Type |
|
||||
|:-----:|:-----:|:-----: |
|
||||
| 1 | 1 to 2 GB | EFI System |
|
||||
| 2 | Rest of the drive | Linux filesystem |
|
||||
|
||||
|
Loading…
Reference in a new issue