common: Move bootupd to arch specific package list

We only have bootup for x86 & aarch64.

Fixes: d34e2ee common: add bootupd
This commit is contained in:
Timothée Ravier 2022-08-19 15:22:40 +02:00
parent f6457f06f0
commit 1515900d35

View file

@ -9,7 +9,6 @@ packages:
- git-core
- lvm2
- rpm-ostree
- bootupd
# Container management
- buildah
- podman
@ -50,8 +49,8 @@ check-groups:
default_target: graphical.target
# Keep this in sync with fedora-atomic-host.json from fedora-atomic
packages-aarch64:
- bootupd
- grub2-efi
- ostree-grub2
- efibootmgr
@ -66,6 +65,7 @@ packages-ppc64le:
- grub2
- ostree-grub2
packages-x86_64:
- bootupd
- grub2-efi-ia32
- grub2-efi-x64
- grub2-pc