diff options
| author | 2024-06-03 16:02:34 +0200 | |
|---|---|---|
| committer | 2024-06-03 16:02:34 +0200 | |
| commit | 7ba0ead9bd11dc2b8c437478b0f63396c6cf860b (patch) | |
| tree | 34e769259fece40afe714bd31b40a26ac2cca189 /teams | |
| parent | 818914d495b784f695bbacac292ded81b3d8ca76 (diff) | |
| download | kiwi-descriptions-7ba0ead9bd11dc2b8c437478b0f63396c6cf860b.tar.gz kiwi-descriptions-7ba0ead9bd11dc2b8c437478b0f63396c6cf860b.zip | |
cloud: don't use 4k block size on ppc64le
Diffstat (limited to 'teams')
| -rw-r--r-- | teams/cloud/cloud.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/teams/cloud/cloud.xml b/teams/cloud/cloud.xml index aa928dd..6892e1a 100644 --- a/teams/cloud/cloud.xml +++ b/teams/cloud/cloud.xml @@ -113,7 +113,7 @@ <type image="oem" format="qcow2" 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" - devicepersistency="by-uuid" target_blocksize="4096" + devicepersistency="by-uuid" bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" firmware="ofw" rootfs_label="fedora" > |