forked from sig_core/kickstarts
attempt asprimary trick
This commit is contained in:
parent
606474ac97
commit
5af72a2030
@ -20,11 +20,11 @@ clearpart --all --initlabel --disklabel=gpt
|
|||||||
#reqpart
|
#reqpart
|
||||||
# This should allow BIOS, UEFI, and PReP booting. Trying to be as universal as
|
# 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.
|
# possible. This is a similar setup to Fedora without the btrfs.
|
||||||
part prepboot --size=4 --fstype=prepboot
|
part prepboot --size=4 --fstype=prepboot --asprimary
|
||||||
part biosboot --size=1 --fstype=biosboot
|
part biosboot --size=1 --fstype=biosboot --asprimary
|
||||||
part /boot/efi --size=100 --fstype=efi
|
part /boot/efi --size=100 --fstype=efi --asprimary
|
||||||
part /boot --size=1000 --fstype=xfs --label=boot
|
part /boot --size=1000 --fstype=xfs --asprimary --label=boot
|
||||||
part / --size=8000 --fstype="xfs" --mkfsoptions "-m bigtime=0,inobtcount=0"
|
part / --size=8000 --fstype="xfs" --mkfsoptions "-m bigtime=0,inobtcount=0"
|
||||||
shutdown
|
shutdown
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
|
Loading…
Reference in New Issue
Block a user