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:
parent
5e4c7fec07
commit
86e5d6c6a8
@ -3,7 +3,7 @@ lang en_US.UTF-8
|
|||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
firewall --enabled --service=mdns,ssh
|
firewall --enabled --service=mdns,ssh
|
||||||
|
|
||||||
bootloader --location=mbr
|
bootloader --extlinux --location=mbr
|
||||||
|
|
||||||
part /boot/efi --size=80 --fstype vfat --asprimary
|
part /boot/efi --size=80 --fstype vfat --asprimary
|
||||||
part /boot --size=512 --fstype ext4 --asprimary
|
part /boot --size=512 --fstype ext4 --asprimary
|
||||||
|
Loading…
Reference in New Issue
Block a user