mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-09 23:50:07 +00:00
adds kbd,plymouth rpms back.
We have had -kbd in the kickstart for a long time, but because of BZ#1199868 it wasn't actually getting excluded. Not having it causes systemd-vconsole-setup.service to fail so we are adding it back for now. Additionally we need to add back plymouth to cover up the subsequent failure of systemd-vconsole-setup.service. See BZ#1272684.
This commit is contained in:
parent
c5098636e8
commit
9d0ef8b63c
@ -67,10 +67,14 @@ kernel-core
|
|||||||
|
|
||||||
# Some things from @core we can do without in a minimal install
|
# Some things from @core we can do without in a minimal install
|
||||||
-biosdevname
|
-biosdevname
|
||||||
-plymouth
|
# Need to also add back plymouth in order to mask failure of
|
||||||
|
# systemd-vconsole-setup.service. BZ#1272684. Comment out for now
|
||||||
|
#-plymouth
|
||||||
-NetworkManager
|
-NetworkManager
|
||||||
-iprutils
|
-iprutils
|
||||||
-kbd
|
# Now that BZ#1199868 is fixed kbd really gets removed but it breaks
|
||||||
|
# systemd-vconsole-setup.service on boot. Comment out for now
|
||||||
|
#-kbd
|
||||||
-uboot-tools
|
-uboot-tools
|
||||||
-kernel
|
-kernel
|
||||||
-grub2
|
-grub2
|
||||||
|
Loading…
Reference in New Issue
Block a user