Minor boot loader and related updates
Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
This commit is contained in:
parent
6d1c943aa3
commit
f5708155a7
1 changed files with 7 additions and 6 deletions
|
|
@ -109,16 +109,17 @@
|
|||
"podman",
|
||||
"attr"],
|
||||
|
||||
"packages-aarch64": ["grub2-efi", "ostree-grub2",
|
||||
"efibootmgr", "shim", "atomic-devmode",
|
||||
"uboot-tools", "uboot-images-armv8", "bcm293x-firmware"],
|
||||
"packages-aarch64": ["grub2-efi-aa64", "ostree-grub2",
|
||||
"efibootmgr", "shim-aa64", "atomic-devmode",
|
||||
"uboot-tools", "uboot-images-armv8", "bcm293x-firmware",
|
||||
"fwupdate", "fwupdate-efi"],
|
||||
|
||||
"packages-armhfp": ["extlinux-bootloader",
|
||||
"uboot-tools", "uboot-images-armv7", "bcm293x-firmware"],
|
||||
"uboot-tools", "uboot-images-armv7", "bcm293x-firmware"],
|
||||
|
||||
"packages-x86_64": ["grub2", "grub2-efi-x64", "ostree-grub2",
|
||||
"efibootmgr", "shim", "atomic-devmode",
|
||||
"microcode_ctl"],
|
||||
"efibootmgr", "shim-x64", "atomic-devmode",
|
||||
"fwupdate", "fwupdate-efi", "microcode_ctl"],
|
||||
|
||||
"default_target": "multi-user.target",
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue