]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
No longer needed, already ran in pre-trigger
authorWarren Togami <wtogami@redhat.com>
Wed, 3 Jun 2009 17:10:57 +0000 (13:10 -0400)
committerWarren Togami <wtogami@redhat.com>
Wed, 3 Jun 2009 17:10:57 +0000 (13:10 -0400)
modules.d/50plymouth/plymouth-newroot.sh

index af04f3cb8258ec2a8ef327486d4933ba8485d0c7..be563cdd7a46adb7518673e66b5bc0e68ebc9a4b 100755 (executable)
@@ -1,6 +1,5 @@
 #!/bin/sh
 
 if [ -x /bin/plymouth ]; then
-  /bin/plymouth --show-splash
   /bin/plymouth --newroot=$NEWROOT
 fi