fix(void): update installation guide

Add instalation instructions for gpt/mbr instances
master
tbs093a 2025-11-17 10:22:21 +00:00
parent fa631c599c
commit a661d73c28
1 changed files with 11 additions and 4 deletions

View File

@ -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