diff options
| author | 2024-02-24 14:41:34 -0500 | |
|---|---|---|
| committer | 2024-02-24 14:57:26 -0500 | |
| commit | 12275dff55f40157661c5a0bb18178581c85e7fe (patch) | |
| tree | 618a37efa5261115cab6e6e0066a90a925e5c222 /components | |
| parent | 3ac0ae9240ca8ba0bbbe6bbdcd38a47dfd3fddc7 (diff) | |
| download | kiwi-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 'components')
| -rw-r--r-- | components/boot.xml | 1 |
1 files changed, 1 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"/> |