From: Warren Togami Date: Wed, 3 Jun 2009 17:10:57 +0000 (-0400) Subject: No longer needed, already ran in pre-trigger X-Git-Tag: 0.1~117 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dff7ea686486c8203f0c413ece8286f20b75b386;p=thirdparty%2Fdracut.git No longer needed, already ran in pre-trigger --- diff --git a/modules.d/50plymouth/plymouth-newroot.sh b/modules.d/50plymouth/plymouth-newroot.sh index af04f3cb8..be563cdd7 100755 --- a/modules.d/50plymouth/plymouth-newroot.sh +++ b/modules.d/50plymouth/plymouth-newroot.sh @@ -1,6 +1,5 @@ #!/bin/sh if [ -x /bin/plymouth ]; then - /bin/plymouth --show-splash /bin/plymouth --newroot=$NEWROOT fi