distro/rhel82: add aarch64 support

Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
Tom Gundersen 2019-12-13 01:47:45 +01:00 committed by Lars Karlitski
parent b18c66f9fb
commit 5e41526d16

View file

@ -56,6 +56,18 @@ func New() *RHEL82 {
},
}
r.arches["aarch64"] = arch{
Name: "aarch64",
BootloaderPackages: []string{
"dracut-config-generic",
"efibootmgr",
"grub2-efi-aa64",
"grub2-tools",
"shim-aa64",
},
UEFI: true,
}
r.outputs["ami"] = output{
Name: "image.raw.xz",
MimeType: "application/octet-stream",