]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
plymouth: do not create hvc0
authorHarald Hoyer <harald@redhat.com>
Wed, 25 Aug 2010 11:26:13 +0000 (13:26 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 25 Aug 2010 11:26:13 +0000 (13:26 +0200)
must have been a copy&paste error

modules.d/50plymouth/plymouth-pretrigger.sh

index 9fcfde6b57205533f61d39ca18950734946e3d59..36f9966fe0da8a67dbded28bb1b1e1efadf549b6 100755 (executable)
@@ -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