mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 19:06:39 +08:00
kickstarts / rhel8: fix typo
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user