From 93d8e1ed0de8cfddda2410b3050cc4f3f0267804 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Thu, 6 Aug 2020 10:52:47 -0700 Subject: [PATCH] rhel-livemedia.ks: Add anaconda-live package to the example kickstart Anaconda has moved some of the live related requirements into a new package, anaconda-live, which needs to be included in the kickstart. Related: rhbz#1691319 --- docs/rhel-livemedia.ks | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/rhel-livemedia.ks b/docs/rhel-livemedia.ks index ba29b5f7..7d9083e4 100644 --- a/docs/rhel-livemedia.ks +++ b/docs/rhel-livemedia.ks @@ -394,10 +394,12 @@ firefox gnome-terminal aajohan-comfortaa-fonts anaconda +anaconda-live dracut-config-generic dracut-live glibc-all-langpacks grub2-efi +grub2-pc-modules kernel # Make sure that DNF doesn't pull in debug kernel to satisfy kmod() requires kernel-modules @@ -407,5 +409,6 @@ syslinux -@dial-up -@input-methods -gfs2-utils +-dracut-config-rescue %end