diff options
| -rw-r--r-- | components/boot.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/boot.xml b/components/boot.xml index e62b2a6..78c910a 100644 --- a/components/boot.xml +++ b/components/boot.xml @@ -9,7 +9,7 @@ <preferences profiles="BootDiskCore" arch="x86_64,aarch64"> <type image="oem" 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" target_blocksize="4096" + kernelcmdline="rhgb quiet" devicepersistency="by-uuid" bootpartition="true" bootpartsize="1024" bootfilesystem="ext4" efipartsize="500" firmware="uefi" rootfs_label="fedora" > |