Raise the size of the boot partition to 2G for Fedora 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
This commit is contained in:
+4
-4
@@ -12,7 +12,7 @@
|
|||||||
<type image="oem"
|
<type image="oem"
|
||||||
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="x-systemd.growfs,compress=zstd:1"
|
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="x-systemd.growfs,compress=zstd:1"
|
||||||
kernelcmdline="rhgb quiet" devicepersistency="by-uuid"
|
kernelcmdline="rhgb quiet" devicepersistency="by-uuid"
|
||||||
bootpartition="true" bootpartsize="1024" bootfilesystem="ext4" efipartsize="500" firmware="uefi"
|
bootpartition="true" bootpartsize="2000" bootfilesystem="ext4" efipartsize="500" firmware="uefi"
|
||||||
rootfs_label="fedora"
|
rootfs_label="fedora"
|
||||||
>
|
>
|
||||||
<bootloader name="grub2" bls="true" console="console" timeout="5"/>
|
<bootloader name="grub2" bls="true" console="console" timeout="5"/>
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
<type image="oem"
|
<type image="oem"
|
||||||
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="x-systemd.growfs,compress=zstd:1"
|
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="x-systemd.growfs,compress=zstd:1"
|
||||||
kernelcmdline="rhgb quiet" devicepersistency="by-uuid" force_mbr="true" editbootinstall="editbootinstall_rpilegacy.sh"
|
kernelcmdline="rhgb quiet" devicepersistency="by-uuid" force_mbr="true" editbootinstall="editbootinstall_rpilegacy.sh"
|
||||||
bootpartition="true" bootpartsize="1024" bootfilesystem="ext4" efipartsize="500" disk_start_sector="34816" firmware="uefi"
|
bootpartition="true" bootpartsize="2000" bootfilesystem="ext4" efipartsize="500" disk_start_sector="34816" firmware="uefi"
|
||||||
rootfs_label="fedora"
|
rootfs_label="fedora"
|
||||||
>
|
>
|
||||||
<bootloader name="grub2" bls="true" console="console" timeout="5"/>
|
<bootloader name="grub2" bls="true" console="console" timeout="5"/>
|
||||||
@@ -48,7 +48,7 @@
|
|||||||
<type image="oem"
|
<type image="oem"
|
||||||
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="x-systemd.growfs,compress=zstd:1"
|
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="x-systemd.growfs,compress=zstd:1"
|
||||||
kernelcmdline="rhgb quiet" devicepersistency="by-uuid"
|
kernelcmdline="rhgb quiet" devicepersistency="by-uuid"
|
||||||
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" firmware="ofw"
|
bootpartition="true" bootpartsize="2000" bootfilesystem="ext4" firmware="ofw"
|
||||||
rootfs_label="fedora"
|
rootfs_label="fedora"
|
||||||
>
|
>
|
||||||
<bootloader name="grub2" bls="true" console="console" timeout="5"/>
|
<bootloader name="grub2" bls="true" console="console" timeout="5"/>
|
||||||
@@ -67,7 +67,7 @@
|
|||||||
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="x-systemd.growfs,compress=zstd:1"
|
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="x-systemd.growfs,compress=zstd:1"
|
||||||
kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8"
|
kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8"
|
||||||
devicepersistency="by-uuid"
|
devicepersistency="by-uuid"
|
||||||
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4"
|
bootpartition="true" bootpartsize="2000" bootfilesystem="ext4"
|
||||||
rootfs_label="fedora"
|
rootfs_label="fedora"
|
||||||
>
|
>
|
||||||
<bootloader name="zipl" timeout="1"/>
|
<bootloader name="zipl" timeout="1"/>
|
||||||
|
|||||||
+10
-10
@@ -33,7 +33,7 @@
|
|||||||
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="compress=zstd:1"
|
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="compress=zstd:1"
|
||||||
kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8 earlyprintk=ttyS0 systemd.firstboot=off"
|
kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8 earlyprintk=ttyS0 systemd.firstboot=off"
|
||||||
devicepersistency="by-uuid"
|
devicepersistency="by-uuid"
|
||||||
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
|
bootpartition="true" bootpartsize="2000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
|
||||||
rootfs_label="fedora"
|
rootfs_label="fedora"
|
||||||
>
|
>
|
||||||
<bootloader name="grub2" bls="true" console="serial" timeout="0"/>
|
<bootloader name="grub2" bls="true" console="serial" timeout="0"/>
|
||||||
@@ -53,7 +53,7 @@
|
|||||||
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="compress=zstd:1"
|
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="compress=zstd:1"
|
||||||
kernelcmdline="no_timer_check console=tty1 console=ttyAMA0,115200n8 earlyprintk=ttyAMA0 systemd.firstboot=off"
|
kernelcmdline="no_timer_check console=tty1 console=ttyAMA0,115200n8 earlyprintk=ttyAMA0 systemd.firstboot=off"
|
||||||
devicepersistency="by-uuid"
|
devicepersistency="by-uuid"
|
||||||
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
|
bootpartition="true" bootpartsize="2000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
|
||||||
rootfs_label="fedora"
|
rootfs_label="fedora"
|
||||||
>
|
>
|
||||||
<bootloader name="grub2" console="serial" timeout="0"/>
|
<bootloader name="grub2" console="serial" timeout="0"/>
|
||||||
@@ -73,7 +73,7 @@
|
|||||||
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="compress=zstd:1"
|
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="compress=zstd:1"
|
||||||
kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8 systemd.firstboot=off"
|
kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8 systemd.firstboot=off"
|
||||||
devicepersistency="by-uuid"
|
devicepersistency="by-uuid"
|
||||||
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
|
bootpartition="true" bootpartsize="2000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
|
||||||
rootfs_label="fedora"
|
rootfs_label="fedora"
|
||||||
>
|
>
|
||||||
<bootloader name="grub2" bls="true" timeout="0"/>
|
<bootloader name="grub2" bls="true" timeout="0"/>
|
||||||
@@ -93,7 +93,7 @@
|
|||||||
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="compress=zstd:1"
|
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="compress=zstd:1"
|
||||||
kernelcmdline="no_timer_check console=tty1 console=ttyAMA0,115200n8 systemd.firstboot=off"
|
kernelcmdline="no_timer_check console=tty1 console=ttyAMA0,115200n8 systemd.firstboot=off"
|
||||||
devicepersistency="by-uuid"
|
devicepersistency="by-uuid"
|
||||||
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
|
bootpartition="true" bootpartsize="2000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
|
||||||
rootfs_label="fedora"
|
rootfs_label="fedora"
|
||||||
>
|
>
|
||||||
<bootloader name="grub2" bls="true" timeout="0"/>
|
<bootloader name="grub2" bls="true" timeout="0"/>
|
||||||
@@ -113,7 +113,7 @@
|
|||||||
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="compress=zstd:1"
|
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="compress=zstd:1"
|
||||||
kernelcmdline="no_timer_check console=ttyS0,38400n8d systemd.firstboot=off"
|
kernelcmdline="no_timer_check console=ttyS0,38400n8d systemd.firstboot=off"
|
||||||
devicepersistency="by-uuid"
|
devicepersistency="by-uuid"
|
||||||
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
|
bootpartition="true" bootpartsize="2000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
|
||||||
rootfs_label="fedora"
|
rootfs_label="fedora"
|
||||||
>
|
>
|
||||||
<bootloader name="grub2" bls="true" timeout="0"/>
|
<bootloader name="grub2" bls="true" timeout="0"/>
|
||||||
@@ -134,7 +134,7 @@
|
|||||||
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="compress=zstd:1"
|
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="compress=zstd:1"
|
||||||
kernelcmdline="no_timer_check console=ttyAMA0,38400n8d systemd.firstboot=off"
|
kernelcmdline="no_timer_check console=ttyAMA0,38400n8d systemd.firstboot=off"
|
||||||
devicepersistency="by-uuid"
|
devicepersistency="by-uuid"
|
||||||
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
|
bootpartition="true" bootpartsize="2000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
|
||||||
rootfs_label="fedora"
|
rootfs_label="fedora"
|
||||||
>
|
>
|
||||||
<bootloader name="grub2" bls="true" timeout="0"/>
|
<bootloader name="grub2" bls="true" timeout="0"/>
|
||||||
@@ -155,7 +155,7 @@
|
|||||||
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="compress=zstd:1"
|
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="compress=zstd:1"
|
||||||
kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8 systemd.firstboot=off"
|
kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8 systemd.firstboot=off"
|
||||||
devicepersistency="by-uuid"
|
devicepersistency="by-uuid"
|
||||||
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
|
bootpartition="true" bootpartsize="2000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
|
||||||
rootfs_label="fedora"
|
rootfs_label="fedora"
|
||||||
>
|
>
|
||||||
<bootloader name="grub2" bls="true" console="serial" timeout="0"/>
|
<bootloader name="grub2" bls="true" console="serial" timeout="0"/>
|
||||||
@@ -175,7 +175,7 @@
|
|||||||
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="compress=zstd:1"
|
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="compress=zstd:1"
|
||||||
kernelcmdline="no_timer_check console=tty1 console=ttyAMA0,115200n8 systemd.firstboot=off"
|
kernelcmdline="no_timer_check console=tty1 console=ttyAMA0,115200n8 systemd.firstboot=off"
|
||||||
devicepersistency="by-uuid"
|
devicepersistency="by-uuid"
|
||||||
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
|
bootpartition="true" bootpartsize="2000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
|
||||||
rootfs_label="fedora"
|
rootfs_label="fedora"
|
||||||
>
|
>
|
||||||
<bootloader name="grub2" bls="true" console="serial" timeout="0"/>
|
<bootloader name="grub2" bls="true" console="serial" timeout="0"/>
|
||||||
@@ -195,7 +195,7 @@
|
|||||||
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="compress=zstd:1"
|
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="compress=zstd:1"
|
||||||
kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8 systemd.firstboot=off"
|
kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8 systemd.firstboot=off"
|
||||||
devicepersistency="by-uuid"
|
devicepersistency="by-uuid"
|
||||||
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" firmware="ofw"
|
bootpartition="true" bootpartsize="2000" bootfilesystem="ext4" firmware="ofw"
|
||||||
rootfs_label="fedora"
|
rootfs_label="fedora"
|
||||||
>
|
>
|
||||||
<bootloader name="grub2" bls="true" console="serial" timeout="0"/>
|
<bootloader name="grub2" bls="true" console="serial" timeout="0"/>
|
||||||
@@ -215,7 +215,7 @@
|
|||||||
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="compress=zstd:1"
|
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="compress=zstd:1"
|
||||||
kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8 systemd.firstboot=off"
|
kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8 systemd.firstboot=off"
|
||||||
devicepersistency="by-uuid"
|
devicepersistency="by-uuid"
|
||||||
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4"
|
bootpartition="true" bootpartsize="2000" bootfilesystem="ext4"
|
||||||
rootfs_label="fedora"
|
rootfs_label="fedora"
|
||||||
>
|
>
|
||||||
<bootloader name="zipl" timeout="1"/>
|
<bootloader name="zipl" timeout="1"/>
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="compress=zstd:1"
|
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="compress=zstd:1"
|
||||||
kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8"
|
kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8"
|
||||||
devicepersistency="by-uuid"
|
devicepersistency="by-uuid"
|
||||||
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
|
bootpartition="true" bootpartsize="2000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
|
||||||
rootfs_label="fedora"
|
rootfs_label="fedora"
|
||||||
>
|
>
|
||||||
<bootloader name="grub2" bls="true" console="serial" timeout="1"/>
|
<bootloader name="grub2" bls="true" console="serial" timeout="1"/>
|
||||||
@@ -36,7 +36,7 @@
|
|||||||
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="compress=zstd:1"
|
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="compress=zstd:1"
|
||||||
kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8"
|
kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8"
|
||||||
devicepersistency="by-uuid"
|
devicepersistency="by-uuid"
|
||||||
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
|
bootpartition="true" bootpartsize="2000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
|
||||||
rootfs_label="fedora"
|
rootfs_label="fedora"
|
||||||
>
|
>
|
||||||
<bootloader name="grub2" bls="true" console="serial" timeout="1"/>
|
<bootloader name="grub2" bls="true" console="serial" timeout="1"/>
|
||||||
|
|||||||
+2
-2
@@ -28,7 +28,7 @@
|
|||||||
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="compress=zstd:1"
|
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="compress=zstd:1"
|
||||||
kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8"
|
kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8"
|
||||||
devicepersistency="by-uuid"
|
devicepersistency="by-uuid"
|
||||||
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
|
bootpartition="true" bootpartsize="2000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
|
||||||
rootfs_label="fedora"
|
rootfs_label="fedora"
|
||||||
>
|
>
|
||||||
<bootloader name="grub2" bls="true" console="serial" timeout="1"/>
|
<bootloader name="grub2" bls="true" console="serial" timeout="1"/>
|
||||||
@@ -49,7 +49,7 @@
|
|||||||
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="compress=zstd:1"
|
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="compress=zstd:1"
|
||||||
kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8"
|
kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8"
|
||||||
devicepersistency="by-uuid"
|
devicepersistency="by-uuid"
|
||||||
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
|
bootpartition="true" bootpartsize="2000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
|
||||||
rootfs_label="fedora"
|
rootfs_label="fedora"
|
||||||
>
|
>
|
||||||
<bootloader name="grub2" bls="true" console="serial" timeout="1"/>
|
<bootloader name="grub2" bls="true" console="serial" timeout="1"/>
|
||||||
|
|||||||
+9
-9
@@ -23,7 +23,7 @@
|
|||||||
filesystem="xfs"
|
filesystem="xfs"
|
||||||
kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8"
|
kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8"
|
||||||
devicepersistency="by-uuid"
|
devicepersistency="by-uuid"
|
||||||
bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" efipartsize="500" firmware="uefi"
|
bootpartition="true" bootpartsize="2000" bootfilesystem="xfs" efipartsize="500" firmware="uefi"
|
||||||
rootfs_label="fedora"
|
rootfs_label="fedora"
|
||||||
>
|
>
|
||||||
<bootloader name="grub2" bls="true" console="serial" timeout="0"/>
|
<bootloader name="grub2" bls="true" console="serial" timeout="0"/>
|
||||||
@@ -41,7 +41,7 @@
|
|||||||
filesystem="xfs"
|
filesystem="xfs"
|
||||||
kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8"
|
kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8"
|
||||||
devicepersistency="by-uuid"
|
devicepersistency="by-uuid"
|
||||||
bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" firmware="ofw"
|
bootpartition="true" bootpartsize="2000" bootfilesystem="xfs" firmware="ofw"
|
||||||
rootfs_label="fedora"
|
rootfs_label="fedora"
|
||||||
>
|
>
|
||||||
<bootloader name="grub2" bls="true" console="serial" timeout="0"/>
|
<bootloader name="grub2" bls="true" console="serial" timeout="0"/>
|
||||||
@@ -59,7 +59,7 @@
|
|||||||
filesystem="xfs"
|
filesystem="xfs"
|
||||||
kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8"
|
kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8"
|
||||||
devicepersistency="by-uuid"
|
devicepersistency="by-uuid"
|
||||||
bootpartition="true" bootpartsize="1000" bootfilesystem="xfs"
|
bootpartition="true" bootpartsize="2000" bootfilesystem="xfs"
|
||||||
rootfs_label="fedora"
|
rootfs_label="fedora"
|
||||||
>
|
>
|
||||||
<bootloader name="zipl" timeout="1"/>
|
<bootloader name="zipl" timeout="1"/>
|
||||||
@@ -77,7 +77,7 @@
|
|||||||
filesystem="xfs"
|
filesystem="xfs"
|
||||||
kernelcmdline="earlycon"
|
kernelcmdline="earlycon"
|
||||||
devicepersistency="by-uuid"
|
devicepersistency="by-uuid"
|
||||||
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="500" firmware="uefi"
|
bootpartition="true" bootpartsize="2000" bootfilesystem="ext4" efipartsize="500" firmware="uefi"
|
||||||
rootfs_label="fedora"
|
rootfs_label="fedora"
|
||||||
>
|
>
|
||||||
<bootloader name="grub2" bls="true" console="serial" timeout="0"/>
|
<bootloader name="grub2" bls="true" console="serial" timeout="0"/>
|
||||||
@@ -94,7 +94,7 @@
|
|||||||
<type image="oem"
|
<type image="oem"
|
||||||
filesystem="xfs"
|
filesystem="xfs"
|
||||||
devicepersistency="by-uuid"
|
devicepersistency="by-uuid"
|
||||||
bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" efipartsize="500" firmware="uefi"
|
bootpartition="true" bootpartsize="2000" bootfilesystem="xfs" efipartsize="500" firmware="uefi"
|
||||||
rootfs_label="fedora"
|
rootfs_label="fedora"
|
||||||
>
|
>
|
||||||
<bootloader name="grub2" bls="true" console="serial" timeout="3" timeout_style="menu"/>
|
<bootloader name="grub2" bls="true" console="serial" timeout="3" timeout_style="menu"/>
|
||||||
@@ -111,7 +111,7 @@
|
|||||||
<type image="oem"
|
<type image="oem"
|
||||||
filesystem="xfs"
|
filesystem="xfs"
|
||||||
devicepersistency="by-uuid" force_mbr="true" editbootinstall="editbootinstall_rpilegacy.sh"
|
devicepersistency="by-uuid" force_mbr="true" editbootinstall="editbootinstall_rpilegacy.sh"
|
||||||
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="500" disk_start_sector="34816" firmware="uefi"
|
bootpartition="true" bootpartsize="2000" bootfilesystem="ext4" efipartsize="500" disk_start_sector="34816" firmware="uefi"
|
||||||
rootfs_label="fedora"
|
rootfs_label="fedora"
|
||||||
>
|
>
|
||||||
<bootloader name="grub2" bls="true" console="serial" timeout="3" timeout_style="menu"/>
|
<bootloader name="grub2" bls="true" console="serial" timeout="3" timeout_style="menu"/>
|
||||||
@@ -128,7 +128,7 @@
|
|||||||
<type image="oem"
|
<type image="oem"
|
||||||
filesystem="xfs"
|
filesystem="xfs"
|
||||||
devicepersistency="by-uuid"
|
devicepersistency="by-uuid"
|
||||||
bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" firmware="ofw"
|
bootpartition="true" bootpartsize="2000" bootfilesystem="xfs" firmware="ofw"
|
||||||
rootfs_label="fedora"
|
rootfs_label="fedora"
|
||||||
>
|
>
|
||||||
<bootloader name="grub2" bls="true" console="serial" timeout="3" timeout_style="menu"/>
|
<bootloader name="grub2" bls="true" console="serial" timeout="3" timeout_style="menu"/>
|
||||||
@@ -145,7 +145,7 @@
|
|||||||
<type image="oem"
|
<type image="oem"
|
||||||
filesystem="xfs"
|
filesystem="xfs"
|
||||||
devicepersistency="by-uuid"
|
devicepersistency="by-uuid"
|
||||||
bootpartition="true" bootpartsize="1000" bootfilesystem="xfs"
|
bootpartition="true" bootpartsize="2000" bootfilesystem="xfs"
|
||||||
rootfs_label="fedora"
|
rootfs_label="fedora"
|
||||||
>
|
>
|
||||||
<bootloader name="zipl" timeout="3"/>
|
<bootloader name="zipl" timeout="3"/>
|
||||||
@@ -163,7 +163,7 @@
|
|||||||
filesystem="xfs"
|
filesystem="xfs"
|
||||||
kernelcmdline="earlycon"
|
kernelcmdline="earlycon"
|
||||||
devicepersistency="by-uuid"
|
devicepersistency="by-uuid"
|
||||||
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="500" firmware="uefi"
|
bootpartition="true" bootpartsize="2000" bootfilesystem="ext4" efipartsize="500" firmware="uefi"
|
||||||
rootfs_label="fedora"
|
rootfs_label="fedora"
|
||||||
>
|
>
|
||||||
<bootloader name="grub2" bls="true" console="serial" timeout="3" timeout_style="menu"/>
|
<bootloader name="grub2" bls="true" console="serial" timeout="3" timeout_style="menu"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user