grub2: Enable bls for all non-live images
This became necessary with 10.0.13 / after merging https://github.com/OSInside/kiwi/pull/2535 but doesn't seem to noticeable effects besides miisin "GRUB_ENABLE_BLSCFG=true" in /etc/default/grub.
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
|
||||
rootfs_label="fedora"
|
||||
>
|
||||
<bootloader name="grub2" console="serial" timeout="0"/>
|
||||
<bootloader name="grub2" bls="true" console="serial" timeout="0"/>
|
||||
<systemdisk>
|
||||
<volume name="@root=root"/>
|
||||
<volume name="home" parent="/"/>
|
||||
@@ -56,7 +56,7 @@
|
||||
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
|
||||
rootfs_label="fedora"
|
||||
>
|
||||
<bootloader name="grub2" timeout="0"/>
|
||||
<bootloader name="grub2" bls="true" timeout="0"/>
|
||||
<size unit="G">5</size>
|
||||
<systemdisk>
|
||||
<volume name="@root=root"/>
|
||||
@@ -76,7 +76,7 @@
|
||||
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
|
||||
rootfs_label="fedora"
|
||||
>
|
||||
<bootloader name="grub2" timeout="0"/>
|
||||
<bootloader name="grub2" bls="true" timeout="0"/>
|
||||
<!-- GCP engineers have told us the disk images have bad performance if they are anything less than 10G -->
|
||||
<size unit="G">10</size>
|
||||
<systemdisk>
|
||||
@@ -97,7 +97,7 @@
|
||||
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
|
||||
rootfs_label="fedora"
|
||||
>
|
||||
<bootloader name="grub2" console="serial" timeout="0"/>
|
||||
<bootloader name="grub2" bls="true" console="serial" timeout="0"/>
|
||||
<size unit="G">5</size>
|
||||
<systemdisk>
|
||||
<volume name="@root=root"/>
|
||||
@@ -117,7 +117,7 @@
|
||||
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" firmware="ofw"
|
||||
rootfs_label="fedora"
|
||||
>
|
||||
<bootloader name="grub2" console="serial" timeout="0"/>
|
||||
<bootloader name="grub2" bls="true" console="serial" timeout="0"/>
|
||||
<size unit="G">5</size>
|
||||
<systemdisk>
|
||||
<volume name="@root=root"/>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
|
||||
rootfs_label="fedora"
|
||||
>
|
||||
<bootloader name="grub2" console="serial" timeout="1"/>
|
||||
<bootloader name="grub2" bls="true" console="serial" timeout="1"/>
|
||||
<size unit="G">5</size>
|
||||
<vagrantconfig provider="libvirt" virtualsize="5"/>
|
||||
<systemdisk>
|
||||
@@ -39,7 +39,7 @@
|
||||
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
|
||||
rootfs_label="fedora"
|
||||
>
|
||||
<bootloader name="grub2" console="serial" timeout="1"/>
|
||||
<bootloader name="grub2" bls="true" console="serial" timeout="1"/>
|
||||
<size unit="G">5</size>
|
||||
<vagrantconfig provider="virtualbox" virtualbox_guest_additions_present="true" virtualsize="5"/>
|
||||
<systemdisk>
|
||||
|
||||
Reference in New Issue
Block a user