Skip to content

Commit

Permalink
Add ppc64 universal box to config
Browse files Browse the repository at this point in the history
  • Loading branch information
schaefi committed Aug 16, 2024
1 parent b8e122b commit 29dda7b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions kiwi_boxed_plugin/config/kiwi_boxed_plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,16 @@ box:
- Universal-Box.s390x-1.41.1-Kernel-BuildBox.tar.xz
- Universal-Box.s390x-1.41.1-System-BuildBox.qcow2
use_initrd: true

-
name: ppc64le
cmdline:
- root=/dev/vda2
- rd.plymouth=0
- selinux=0
source: obs://Virtualization:Appliances:SelfContained:universal/images
packages_file: Universal-Box.ppc64le-1.41.1-System-BuildBox.report
boxfiles:
- Universal-Box.ppc64le-1.41.1-Kernel-BuildBox.tar.xz
- Universal-Box.ppc64le-1.41.1-System-BuildBox.qcow2
use_initrd: true

0 comments on commit 29dda7b

Please sign in to comment.