setup partition table to match fedora

This commit is contained in:
Louis Abel 2022-08-29 01:43:00 -07:00
parent e98172978e
commit 0a8fc784b6
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 4 additions and 4 deletions

View File

@ -17,12 +17,12 @@ rootpw --iscrypted thereisnopasswordanditslocked
# Partition stuff
zerombr
clearpart --all --initlabel --disklabel=gpt
reqpart
#reqpart
# This should allow BIOS, UEFI, and PReP booting. Trying to be as universal as
# possible. This is a similar setup to Fedora without the btrfs.
#part prepboot --size=4 --fstype=prepboot
#part biosboot --size=1 --fstype=biosboot
#part /boot/efi --size=100 --fstype=efi
part prepboot --size=4 --fstype=prepboot
part biosboot --size=1 --fstype=biosboot
part /boot/efi --size=100 --fstype=efi
part / --size=8000 --fstype="xfs" --mkfsoptions "-m bigtime=0,inobtcount=0"
shutdown