summaryrefslogtreecommitdiff
path: root/modules.d/50plymouth
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2012-07-25 10:32:42 +0200
committerHarald Hoyer <harald@redhat.com>2012-07-25 10:32:42 +0200
commit68e7661ca7625978f3a2b6f906d16a44043c4fbb (patch)
tree21f6fdb02e62d6ed749a833f760b2f6a62822f11 /modules.d/50plymouth
parente88e3b279784ca801996c5e32db8c3bc2df1ec29 (diff)
downloaddracut-68e7661ca7625978f3a2b6f906d16a44043c4fbb.tar.gz
dracut-68e7661ca7625978f3a2b6f906d16a44043c4fbb.tar.bz2
dracut-68e7661ca7625978f3a2b6f906d16a44043c4fbb.zip
deprecate old command line options
Diffstat (limited to 'modules.d/50plymouth')
-rwxr-xr-xmodules.d/50plymouth/plymouth-pretrigger.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.d/50plymouth/plymouth-pretrigger.sh b/modules.d/50plymouth/plymouth-pretrigger.sh
index 5cc91124..ddb8ddba 100755
--- a/modules.d/50plymouth/plymouth-pretrigger.sh
+++ b/modules.d/50plymouth/plymouth-pretrigger.sh
@@ -3,7 +3,7 @@
# ex: ts=8 sw=4 sts=4 et filetype=sh
if [ -x /bin/plymouthd ]; then
- if getargbool 1 plymouth.enable && getargbool 1 rd.plymouth -n rd_NO_PLYMOUTH; then
+ if getargbool 1 plymouth.enable && getargbool 1 rd.plymouth -d -n rd_NO_PLYMOUTH; then
# first trigger graphics subsystem
udevadm trigger --action=add --attr-match=class=0x030000 >/dev/null 2>&1
# first trigger graphics and tty subsystem