aboutsummaryrefslogtreecommitdiff
path: root/teams
diff options
from:
to:
context:
space:
mode:
authorGravatar Neal Gompa <ngompa@fedoraproject.org> 2024-02-24 14:41:34 -0500
committerGravatar Neal Gompa <ngompa@fedoraproject.org> 2024-02-24 14:57:26 -0500
commit12275dff55f40157661c5a0bb18178581c85e7fe (patch)
tree618a37efa5261115cab6e6e0066a90a925e5c222 /teams
parent3ac0ae9240ca8ba0bbbe6bbdcd38a47dfd3fddc7 (diff)
downloadkiwi-descriptions-12275dff55f40157661c5a0bb18178581c85e7fe.tar.gz
kiwi-descriptions-12275dff55f40157661c5a0bb18178581c85e7fe.zip
Add ppc64le variant for Cloud-Base-Generic
This allows building cloud images for POWER systems.
Diffstat (limited to 'teams')
-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 195607d..b2a4449 100644
--- a/teams/cloud/cloud.xml
+++ b/teams/cloud/cloud.xml
@@ -108,6 +108,26 @@
</oemconfig>
</type>
</preferences>
+ <preferences profiles="Cloud-Base-Generic" arch="ppc64le">
+ <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"
+ devicepersistency="by-uuid" target_blocksize="4096"
+ bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" firmware="ofw"
+ rootfs_label="fedora"
+ >
+ <bootloader name="grub2" timeout="0"/>
+ <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"