arm-base: pass --extlinux to bootloader

Since appliance-tools commit 3b2c7ef5f26d ('Enforce check of --extlinux in
bootloader') [1], extlinux.conf is not generated without this.

[1] https://pagure.io/appliance-tools/c/3b2c7ef5f26d
This commit is contained in:
Lubomir Rintel 2020-08-08 00:16:49 +02:00
parent 5e4c7fec07
commit 86e5d6c6a8
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ lang en_US.UTF-8
selinux --enforcing
firewall --enabled --service=mdns,ssh
bootloader --location=mbr
bootloader --extlinux --location=mbr
part /boot/efi --size=80 --fstype vfat --asprimary
part /boot --size=512 --fstype ext4 --asprimary