plymouth: touch /dev/.systemd/plymouth
authorHarald Hoyer <harald@redhat.com>
Wed, 9 Feb 2011 12:22:49 +0000 (13:22 +0100)
committerHarald Hoyer <harald@redhat.com>
Wed, 9 Feb 2011 12:22:49 +0000 (13:22 +0100)
until plymouth does it itsself, touch /dev/.systemd/plymouth
https://bugzilla.redhat.com/show_bug.cgi?id=676302

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

index 0800dbc..c224875 100755 (executable)
@@ -18,6 +18,8 @@ if getargbool 1 rd.plymouth -n rd_NO_PLYMOUTH; then
 
     info "Starting plymouth daemon"
     [ -x /bin/plymouthd ] && /bin/plymouthd --attach-to-session
+    mkdir -m 0755 /dev/.systemd >/dev/null 2>&1
+    >/dev/.systemd/plymouth
     /lib/udev/console_init tty0
     /bin/plymouth --show-splash 2>&1 | vinfo
 fi