From de835d687a29cb32635e18e30f65ad385a7abd16 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 24 Feb 2016 11:20:21 -0800 Subject: [PATCH] Add @anaconda-tools to example live kickstart (#1269891) This includes packages that anaconda runs from the installed system during installation. It includes grub2, grub2-efi, shim, efibootmgr among others. Resolves: rhbz#1269891 --- docs/rhel7-livemedia.ks | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/rhel7-livemedia.ks b/docs/rhel7-livemedia.ks index 0403c3de..1b3c93da 100644 --- a/docs/rhel7-livemedia.ks +++ b/docs/rhel7-livemedia.ks @@ -361,6 +361,7 @@ cat /dev/null > /etc/fstab %end %packages +@anaconda-tools @core @fonts @x11 @@ -370,9 +371,6 @@ anaconda isomd5sum kernel memtest86+ -grub2-efi -grub2 -shim syslinux -dracut-config-rescue %end