distro/rhel82: add aarch64 support
Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
parent
b18c66f9fb
commit
5e41526d16
1 changed files with 12 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue