diff options
Diffstat (limited to 'components/boot-eln.xml')
| -rw-r--r-- | components/boot-eln.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/boot-eln.xml b/components/boot-eln.xml index f712c48..43d8b5c 100644 --- a/components/boot-eln.xml +++ b/components/boot-eln.xml @@ -13,7 +13,7 @@ bootpartition="true" bootpartsize="1024" bootfilesystem="xfs" efipartsize="500" firmware="uefi" rootfs_label="fedora" > - <bootloader name="grub2" console="console" timeout="1" timeout_style="hidden"/> + <bootloader name="grub2" bls="true" console="console" timeout="1" timeout_style="hidden"/> <oemconfig> <oem-resize>false</oem-resize> </oemconfig> @@ -26,7 +26,7 @@ bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" firmware="ofw" rootfs_label="fedora" > - <bootloader name="grub2" console="console" timeout="1" timeout_style="hidden"/> + <bootloader name="grub2" bls="true" console="console" timeout="1" timeout_style="hidden"/> <oemconfig> <oem-resize>false</oem-resize> </oemconfig> |