Add plymouth to the installer runtime
Now we can have bootsplash if we want. Whee!
This commit is contained in:
parent
3a75b2e07d
commit
6d1e637731
@ -23,12 +23,10 @@ removepkg midisport-firmware
|
|||||||
## no fancy video, either
|
## no fancy video, either
|
||||||
removepkg libcrystalhd crystalhd-firmware ivtv-firmware cx18-firmware
|
removepkg libcrystalhd crystalhd-firmware ivtv-firmware cx18-firmware
|
||||||
removepkg mesa-dri-drivers llvm-libs
|
removepkg mesa-dri-drivers llvm-libs
|
||||||
## we don't use plymouth
|
|
||||||
removepkg plymouth*
|
|
||||||
removefrom ${product.name}-logos /usr/share/plymouth/*
|
|
||||||
## we don't create new initramfs/bootloader conf inside anaconda
|
## we don't create new initramfs/bootloader conf inside anaconda
|
||||||
## (that happens inside the target system after we install dracut/grubby)
|
## (that happens inside the target system after we install dracut/grubby)
|
||||||
removepkg dracut-network grubby anaconda-dracut
|
removepkg dracut-network grubby anaconda-dracut
|
||||||
|
removefrom ${product.name}-logos /usr/share/plymouth/*
|
||||||
## In order to execute the /usr move on upgrades we need convertfs from dracut
|
## In order to execute the /usr move on upgrades we need convertfs from dracut
|
||||||
## We also need dracut-shutdown.service and dracut-initramfs-restore to reboot
|
## We also need dracut-shutdown.service and dracut-initramfs-restore to reboot
|
||||||
removefrom dracut --allbut /usr/lib/dracut/modules.d/30convertfs/convertfs.sh \
|
removefrom dracut --allbut /usr/lib/dracut/modules.d/30convertfs/convertfs.sh \
|
||||||
|
@ -38,6 +38,9 @@ installpkg kernel
|
|||||||
installpkg silo tilo
|
installpkg silo tilo
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
## yay, plymouth
|
||||||
|
installpkg plymouth
|
||||||
|
|
||||||
## extra dracut modules
|
## extra dracut modules
|
||||||
installpkg dracut-network anaconda-dracut
|
installpkg dracut-network anaconda-dracut
|
||||||
|
|
||||||
|
@ -33,11 +33,7 @@ systemctl disable systemd-readahead-collect.service \
|
|||||||
systemctl mask fedora-configure.service fedora-loadmodules.service \
|
systemctl mask fedora-configure.service fedora-loadmodules.service \
|
||||||
fedora-storage-init.service fedora-storage-init-late.service \
|
fedora-storage-init.service fedora-storage-init-late.service \
|
||||||
fedora-autorelabel.service fedora-autorelabel-mark.service \
|
fedora-autorelabel.service fedora-autorelabel-mark.service \
|
||||||
fedora-wait-storage.service media.mount \
|
fedora-wait-storage.service media.mount
|
||||||
plymouth-quit.service plymouth-quit-wait.service \
|
|
||||||
plymouth-kexec.service plymouth-halt.service \
|
|
||||||
plymouth-poweroff.service plymouth-reboot.service \
|
|
||||||
plymouth-read-write.service plymouth-start.service
|
|
||||||
|
|
||||||
## install some basic configuration files
|
## install some basic configuration files
|
||||||
append etc/resolv.conf ""
|
append etc/resolv.conf ""
|
||||||
|
Loading…
Reference in New Issue
Block a user