aboutsummaryrefslogtreecommitdiff
path: root/teams/cloud
diff options
from:
to:
context:
space:
mode:
authorGravatar Neal Gompa <ngompa@fedoraproject.org> 2024-03-10 11:00:17 -0400
committerGravatar Neal Gompa <ngompa@fedoraproject.org> 2024-03-11 21:36:23 -0400
commit12cb853ad9fdc5501bac6c6d65c1d8798d6ae55c (patch)
tree8b633e541dbbb40726fb3220337241b87dd2e37e /teams/cloud
parent734e5d0679ef8205609455af4d8a295628f1e9d0 (diff)
downloadkiwi-descriptions-12cb853ad9fdc5501bac6c6d65c1d8798d6ae55c.tar.gz
kiwi-descriptions-12cb853ad9fdc5501bac6c6d65c1d8798d6ae55c.zip
Add s390x variant for Cloud-Base-Generic
This allows building cloud images for Z systems.
Diffstat (limited to 'teams/cloud')
-rw-r--r--teams/cloud/cloud.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/teams/cloud/cloud.xml b/teams/cloud/cloud.xml
index 03466b4..c3d84bc 100644
--- a/teams/cloud/cloud.xml
+++ b/teams/cloud/cloud.xml
@@ -129,6 +129,26 @@
</oemconfig>
</type>
</preferences>
+ <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 net.ifnames=0 console=tty1 console=ttyS0,115200n8 dasd_mod.dasd=ipldev"
+ devicepersistency="by-uuid" target_blocksize="4096"
+ bootpartition="true" bootpartsize="1000" bootfilesystem="ext4"
+ rootfs_label="fedora"
+ >
+ <bootloader name="zipl" targettype="CDL" timeout="1"/>
+ <size unit="G">5</size>
+ <systemdisk>
+ <volume name="@root=root"/>
+ <volume name="home" parent="/"/>
+ <volume name="var" parent="/"/>
+ </systemdisk>
+ <oemconfig>
+ <oem-resize>false</oem-resize>
+ </oemconfig>
+ </type>
+ </preferences>
<preferences profiles="Cloud-Base-UEFI-UKI" arch="x86_64,aarch64">
<type image="oem" format="qcow2"
firmware="uefi" efipartsize="1000"