dracut no longer needs (nor supports) rd_plytheme=$theme, so stop writing it to grub.conf and friends. --- new-kernel-pkg | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/new-kernel-pkg b/new-kernel-pkg index ec86eb9..5e6b39f 100755 --- a/new-kernel-pkg +++ b/new-kernel-pkg @@ -464,11 +464,6 @@ if [ -n "$dracut" -o -n "$adddracutargs" ]; then if [ -n "$KEYBOARDTYPE" -a "$KEYBOARDTYPE" != "pc" ]; then kernargs="$kernargs KEYBOARDTYPE=$KEYBOARDTYPE" fi - - if [ -x /usr/sbin/plymouth-set-default-theme ]; then - theme=$(/usr/sbin/plymouth-set-default-theme) - [ -n "$theme" ] && kernargs="$kernargs rd_plytheme=$theme" - fi fi # set this as the default if we have the package and it matches -- 1.6.4.2 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list