kickstarts / rhel8: fix typo

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi
2025-11-21 14:14:25 -08:00
parent 477e35bd2d
commit 6a20b94b4d

View File

@@ -28,7 +28,7 @@ bootloader --append="net.ifnames=0 crashkernel=auto" --location=mbr --boot-drive
# Partition clearing information
clearpart --initlabel --all --disklabel gpt
# Filesystem Data
part biosboot -fstype=biosboot --size=1
part biosboot --fstype=biosboot --size=1
part /boot --fstype xfs --size=512
part swap --fstype swap --size=2048
part pv.01 --size=100 --grow