aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
from:
to:
context:
space:
mode:
authorGravatar Neal Gompa <ngompa@fedoraproject.org> 2025-10-06 10:18:49 -0400
committerGravatar Neal Gompa <ngompa@fedoraproject.org> 2025-10-06 10:18:49 -0400
commita6a0df3b3ac4a40bc434591467c30b4e42d254ce (patch)
tree8e1a90b281723a61259ddf2ea2d4451f9519e3bc /components
parent6c3b674a92536bbaa02d0473294472b5360d5bfd (diff)
downloadkiwi-descriptions-a6a0df3b3ac4a40bc434591467c30b4e42d254ce.tar.gz
kiwi-descriptions-a6a0df3b3ac4a40bc434591467c30b4e42d254ce.zip
Raise the size of the boot partition to 2G for ELN images
With the increase in content in initramfs, a long-overdue raise of the default size for /boot is warranted. Reference: https://fedoraproject.org/wiki/Changes/2GbootPartition
Diffstat (limited to 'components')
-rw-r--r--components/boot-eln.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/components/boot-eln.xml b/components/boot-eln.xml
index 43d8b5c..ee380b6 100644
--- a/components/boot-eln.xml
+++ b/components/boot-eln.xml
@@ -10,7 +10,7 @@
<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" bls="true" console="console" timeout="1" timeout_style="hidden"/>
@@ -23,7 +23,7 @@
<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" bls="true" console="console" timeout="1" timeout_style="hidden"/>
@@ -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"/>