From: Harald Hoyer Date: Wed, 25 Aug 2010 11:26:13 +0000 (+0200) Subject: plymouth: do not create hvc0 X-Git-Tag: 008~136 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a79f11d254bbf310cddcd91c547725e5028cd804;p=thirdparty%2Fdracut.git plymouth: do not create hvc0 must have been a copy&paste error --- diff --git a/modules.d/50plymouth/plymouth-pretrigger.sh b/modules.d/50plymouth/plymouth-pretrigger.sh index 9fcfde6b5..36f9966fe 100755 --- a/modules.d/50plymouth/plymouth-pretrigger.sh +++ b/modules.d/50plymouth/plymouth-pretrigger.sh @@ -13,7 +13,6 @@ if ! getarg rd_NO_PLYMOUTH; then [ -e /dev/systty ] || ln -s tty0 /dev/systty [ -c /dev/fb0 ] || mknod -m 0660 /dev/fb0 c 29 0 [ -e /dev/fb ] || ln -s fb0 /dev/fb - [ -c /dev/hvc0 ] || mknod -m 0600 /dev/hvc0 c 229 0 info "Starting plymouth daemon" [ -x /bin/plymouthd ] && /bin/plymouthd --attach-to-session