mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-05 08:04:20 +00:00
fix up arm bootloader configuration
ksvalidate complains that "bootloader extlinux" is invalid ksflatten changes the bootloader option to "bootloader --location=mbr" we get working configuration using the updated option so setting the default to it. The Jenkins job on pagure is failing due to invalide syntax Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
fbc2ec61f2
commit
31617698c5
@ -4,8 +4,7 @@ auth --useshadow --passalgo=sha512
|
||||
selinux --enforcing
|
||||
firewall --enabled --service=mdns,ssh
|
||||
|
||||
# configure extlinux bootloader
|
||||
bootloader extlinux
|
||||
bootloader --location=mbr
|
||||
|
||||
part /boot/fw --size=30 --fstype vfat --asprimary
|
||||
part /boot --size=512 --fstype ext4 --asprimary
|
||||
|
Loading…
Reference in New Issue
Block a user