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
This commit is contained in:
Dan Horák 2024-06-03 14:46:35 +00:00
parent 7ba0ead9bd
commit dcc4f3c6f9

View File

@ -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"/>