From 7ccb2ae9aca29105b91660dcbc62048d2e37f48b Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 24 Feb 2018 10:49:23 -0600 Subject: [PATCH] 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 --- fedora-arm-base.ks | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fedora-arm-base.ks b/fedora-arm-base.ks index 13264a7..a3dc98b 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