diff options
| -rw-r--r-- | components/boot.xml | 1 | ||||
| -rw-r--r-- | teams/cloud/cloud.xml | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/components/boot.xml b/components/boot.xml index 82d0f6e..fb313fb 100644 --- a/components/boot.xml +++ b/components/boot.xml @@ -10,6 +10,7 @@ <package name="grub2-efi-x64-modules" arch="x86_64"/> <package name="grub2-pc" arch="x86_64"/> <package name="grub2-pc-modules" arch="x86_64"/> + <package name="grub2-ppc64le" arch="ppc64le"/> <package name="grubby"/> <package name="shim-signed-aa64" arch="aarch64"/> <package name="shim-signed-x64" arch="x86_64"/> 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" |