2ff65d512e
The bootloader element uses the grub-efi-$arch package to remove already installed packages (for redhat). The uninstall of a non-installed package fails with a non-zero exit code on gentoo. The gentoo base tarball does not include a bootloader and the grub-efi-$arch package is only used for uninstalls, so zero out the variable to allow bootable images to be generated. Change-Id: If8572abd6e19a02f2f63b33d4f83a7054774d7e6 Signed-off-by: Matthew Thode <mthode@mthode.org>
39 lines
1.1 KiB
Plaintext
39 lines
1.1 KiB
Plaintext
{
|
|
"family": {
|
|
"gentoo": {
|
|
"dkms_package": "",
|
|
"extlinux": "syslinux",
|
|
"grub-pc": "grub",
|
|
"grub-efi": "grub",
|
|
"grub-efi-amd64": "",
|
|
"grub-efi-arm64": "",
|
|
"grub-efi-aarch64": ""
|
|
},
|
|
"suse": {
|
|
"dkms_package": "",
|
|
"extlinux": "syslinux",
|
|
"grub-pc": "grub2",
|
|
"grub-efi": "grub2"
|
|
},
|
|
"redhat": {
|
|
"extlinux": "syslinux-extlinux",
|
|
"grub-pc": "grub2-tools grub2",
|
|
"grub-ppc64": "grub2-tools grub2",
|
|
"grub-efi": "grub2-tools grub2 efibootmgr",
|
|
"grub-efi-amd64": "grub2-efi-x64 grub2-efi-x64-modules shim-x64",
|
|
"grub-efi-x86_64": "grub2-efi-x64 grub2-efi-x64-modules shim-x64",
|
|
"grub-efi-arm64": "grub2-efi-aa64 grub2-efi-aa64-modules shim-aa64",
|
|
"grub-efi-aarch64": "grub2-efi-aa64 grub2-efi-aa64-modules shim-aa64"
|
|
}
|
|
},
|
|
"default": {
|
|
"dkms_package": "dkms",
|
|
"extlinux": "extlinux",
|
|
"grub-pc": "grub-pc",
|
|
"grub-efi": "efibootmgr",
|
|
"grub-efi-amd64": "grub-efi grub-pc-bin",
|
|
"grub-efi-arm64": "grub-efi-arm64 grub-efi-arm64-bin",
|
|
"grub-ppc64": "grub-ieee1275"
|
|
}
|
|
}
|