Diffstat (limited to 'components/boot-eln.xml')
| -rw-r--r-- | components/boot-eln.xml | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/components/boot-eln.xml b/components/boot-eln.xml index 2ec08dd..ee380b6 100644 --- a/components/boot-eln.xml +++ b/components/boot-eln.xml @@ -10,10 +10,10 @@ <type image="oem" filesystem="xfs" kernelcmdline="rhgb quiet" devicepersistency="by-uuid" target_blocksize="4096" - bootpartition="true" bootpartsize="1024" bootfilesystem="xfs" efipartsize="500" firmware="uefi" + bootpartition="true" bootpartsize="2000" 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> @@ -23,10 +23,10 @@ <type image="oem" filesystem="xfs" kernelcmdline="rhgb quiet" devicepersistency="by-uuid" - bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" firmware="ofw" + bootpartition="true" bootpartsize="2000" 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> @@ -37,7 +37,7 @@ filesystem="xfs" kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8" devicepersistency="by-uuid" - bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" + bootpartition="true" bootpartsize="2000" bootfilesystem="xfs" rootfs_label="fedora" > <bootloader name="zipl" timeout="1"/> @@ -76,4 +76,10 @@ <package name="grub2-efi-aa64-cdboot" arch="aarch64"/> <package name="grub2-efi-x64-cdboot" arch="x86_64"/> </packages> + <packages type="image" patternType="plusRecommended" profiles="BootDiskCore"> + <package name="glibc-all-langpacks"/> + <package name="kernel"/> + <package name="kernel-modules"/> + <package name="kernel-modules-extra"/> + </packages> </image> |