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:
parent
3e95ebfbc7
commit
93d8e1ed0d
@ -394,10 +394,12 @@ firefox
|
|||||||
gnome-terminal
|
gnome-terminal
|
||||||
aajohan-comfortaa-fonts
|
aajohan-comfortaa-fonts
|
||||||
anaconda
|
anaconda
|
||||||
|
anaconda-live
|
||||||
dracut-config-generic
|
dracut-config-generic
|
||||||
dracut-live
|
dracut-live
|
||||||
glibc-all-langpacks
|
glibc-all-langpacks
|
||||||
grub2-efi
|
grub2-efi
|
||||||
|
grub2-pc-modules
|
||||||
kernel
|
kernel
|
||||||
# Make sure that DNF doesn't pull in debug kernel to satisfy kmod() requires
|
# Make sure that DNF doesn't pull in debug kernel to satisfy kmod() requires
|
||||||
kernel-modules
|
kernel-modules
|
||||||
@ -407,5 +409,6 @@ syslinux
|
|||||||
-@dial-up
|
-@dial-up
|
||||||
-@input-methods
|
-@input-methods
|
||||||
-gfs2-utils
|
-gfs2-utils
|
||||||
|
-dracut-config-rescue
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
Loading…
Reference in New Issue
Block a user