#452 Containers do not need grubby.
Merged 5 years ago by pbrobinson. Opened 5 years ago by cverna.
cverna/fedora-kickstarts container_grub  into  master

file modified
+1
@@ -49,6 +49,7 @@ 

  -shared-mime-info

  -trousers

  -xkeyboard-config

+ -grubby

  

  %end

  

Make sure that we do not install grubby on the
container base image.
https://pagure.io/releng/issue/7872

Signed-off-by: Clement Verna cverna@tutanota.com

It may be simpler to disable recommends for the base image?

Though the downside with all of this is there's deep problems in the dnf/libdnf/libsolv stack around persisting the removal, so e.g. yum install foo may bring it back.

But anyways, seems fine for now.

Pull-Request has been merged by pbrobinson

5 years ago
Metadata