From 31617698c5b2f4e23242397e754dc4d92e2f993d Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Feb 24 2018 16:52:52 +0000 Subject: 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 --- diff --git a/fedora-arm-base.ks b/fedora-arm-base.ks index 4f967d2..e7cc8af 100644 --- a/fedora-arm-base.ks +++ b/fedora-arm-base.ks @@ -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