#85 manifest: Use 64 bit grub2 EFI
Merged 6 years ago by walters. Opened 6 years ago by walters.
walters/fedora-atomic f27-grub2-efi-x64  into  f27

manifest: Use 64 bit grub2 EFI
Colin Walters • 6 years ago  
file modified
+1 -1
@@ -131,7 +131,7 @@ 

  

      "packages-ppc64le": ["grub2", "ostree-grub2", "atomic-devmode"],

  

-     "packages-x86_64": ["grub2", "grub2-efi", "ostree-grub2",

+     "packages-x86_64": ["grub2", "grub2-efi-x64", "ostree-grub2",

                           "efibootmgr", "shim", "atomic-devmode",

                           "microcode_ctl"],

  

LGTM

since we don't build the ostree for atomic host as part of the RCs (we build atomic workstation but not atomic host (see here) this doesn't affect beta

Pull-Request has been merged by walters

6 years ago
Metadata