distro/rhel84: don't install uefi packages on all arches
These packages are architecture-specific. Including them in the generic package list broke image builds for everything but x86_64. The corresponding architecture-dependant packages were already included in `arch.bootloaderPackages` (some via dependencies). Fixes #1103
This commit is contained in:
parent
2070800244
commit
dfe748265d
1 changed files with 0 additions and 5 deletions
|
|
@ -820,11 +820,6 @@ func New() distro.Distro {
|
|||
"chrony",
|
||||
"dnf",
|
||||
"dosfstools",
|
||||
"efi-filesystem",
|
||||
"efivar",
|
||||
"efivar-libs",
|
||||
"grub2-efi-x64",
|
||||
"shim-x64",
|
||||
"kernel",
|
||||
"yum",
|
||||
"nfs-utils",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue