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:
parent
f6457f06f0
commit
1515900d35
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue