diff options
| author | 2024-06-03 14:46:35 +0000 | |
|---|---|---|
| committer | 2024-06-03 15:36:44 +0000 | |
| commit | dcc4f3c6f92af76d8754225adeadd285e6a5c426 (patch) | |
| tree | e3191dc930675606c36c003f5b60a75aeabbc8d3 /teams/cloud | |
| parent | 7ba0ead9bd11dc2b8c437478b0f63396c6cf860b (diff) | |
| download | kiwi-descriptions-dcc4f3c6f92af76d8754225adeadd285e6a5c426.tar.gz kiwi-descriptions-dcc4f3c6f92af76d8754225adeadd285e6a5c426.zip | |
cloud: updates for s390x
updates for "virtual image" usable under KVM
- don't use 4k block size
- don't use CDL partitioning
- don't use DASD related kernel parameters
Diffstat (limited to 'teams/cloud')
| -rw-r--r-- | teams/cloud/cloud.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/teams/cloud/cloud.xml b/teams/cloud/cloud.xml index 6892e1a..597975a 100644 --- a/teams/cloud/cloud.xml +++ b/teams/cloud/cloud.xml @@ -132,12 +132,12 @@ <preferences profiles="Cloud-Base-Generic" arch="s390x"> <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 dasd_mod.dasd=ipldev systemd.firstboot=off" - devicepersistency="by-uuid" target_blocksize="4096" + kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8 systemd.firstboot=off" + devicepersistency="by-uuid" bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" rootfs_label="fedora" > - <bootloader name="zipl" targettype="CDL" timeout="1"/> + <bootloader name="zipl" timeout="1"/> <size unit="G">5</size> <systemdisk> <volume name="@root=root"/> |