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
|
- git-core
|
||||||
- lvm2
|
- lvm2
|
||||||
- rpm-ostree
|
- rpm-ostree
|
||||||
- bootupd
|
|
||||||
# Container management
|
# Container management
|
||||||
- buildah
|
- buildah
|
||||||
- podman
|
- podman
|
||||||
|
@ -50,8 +49,8 @@ check-groups:
|
||||||
|
|
||||||
default_target: graphical.target
|
default_target: graphical.target
|
||||||
|
|
||||||
# Keep this in sync with fedora-atomic-host.json from fedora-atomic
|
|
||||||
packages-aarch64:
|
packages-aarch64:
|
||||||
|
- bootupd
|
||||||
- grub2-efi
|
- grub2-efi
|
||||||
- ostree-grub2
|
- ostree-grub2
|
||||||
- efibootmgr
|
- efibootmgr
|
||||||
|
@ -66,6 +65,7 @@ packages-ppc64le:
|
||||||
- grub2
|
- grub2
|
||||||
- ostree-grub2
|
- ostree-grub2
|
||||||
packages-x86_64:
|
packages-x86_64:
|
||||||
|
- bootupd
|
||||||
- grub2-efi-ia32
|
- grub2-efi-ia32
|
||||||
- grub2-efi-x64
|
- grub2-efi-x64
|
||||||
- grub2-pc
|
- grub2-pc
|
||||||
|
|
Loading…
Reference in a new issue