diff options
| author | 2024-08-29 15:32:04 -0700 | |
|---|---|---|
| committer | 2024-08-30 02:27:37 +0000 | |
| commit | 9a186d41a498699fce542be1a6c592a3dde194a1 (patch) | |
| tree | 15157d35791c607c5b7bd2392c837b88567c77d6 /components | |
| parent | 65dbdf3ec5b20ab6d487fb9e8d483c799609e889 (diff) | |
| download | kiwi-descriptions-9a186d41a498699fce542be1a6c592a3dde194a1.tar.gz kiwi-descriptions-9a186d41a498699fce542be1a6c592a3dde194a1.zip | |
Do not use 4096 blocksize
4096 blocksize is required for Macs, and some newer machines can see it,
but many other machines are not able to use the 4096 blocksize.
Signed-off-by: Troy Dawson <tdawson@redhat.com>
Diffstat (limited to 'components')
| -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" > |