fix(void): update installation guide
Add instalation instructions for gpt/mbr instancesmaster
parent
fa631c599c
commit
a661d73c28
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
### Partition Reloc
|
||||
|
||||
#### DOS (BIOS)
|
||||
#### For EFI (GPT)
|
||||
|
||||
- [ ] 2g mounted on /boot/efi as vfat (fat32) (ef EFI (FAT12/16/32))
|
||||
- [ ] 1g mounted on swap as swap (82 linux swap / solaris)
|
||||
|
|
@ -33,13 +33,20 @@
|
|||
|
||||
***boot must be first in disk table definition***
|
||||
|
||||
#### GPT (UEFI)
|
||||
#### For BIOS (MBR)
|
||||
|
||||
- [ ] 2g mounted on /boot/efi as vfat (fat32)
|
||||
- [ ] 1g mounted on swap as swap (82 linux swap / solaris)
|
||||
- [ ] ...g mounted on / as ext4 (83 linux)
|
||||
|
||||
***omit boot partition and choose /dev/sda in BootLoader section instead! reason of that is duplicated grub issue - its implicates that void is not visible for default grub and cannot be loaded***
|
||||
|
||||
### File Systems
|
||||
|
||||
- [ ] 2g mounted on /boot/efi as vfat (fat32) (only for EFI)
|
||||
- [ ] 1g mounted on swap as swap
|
||||
- [ ] 47g moounted on / as ext4
|
||||
|
||||
***boot must be first in disk table definition***
|
||||
***boot must be first in disk table definition (if EFI - otherewise define swap & / only)***
|
||||
|
||||
### XBPS Package Manager
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue