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
This commit is contained in:
Brian C. Lane 2020-08-06 10:52:47 -07:00
parent 3e95ebfbc7
commit 93d8e1ed0d
1 changed files with 3 additions and 0 deletions

View File

@ -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