From: Harald Hoyer Date: Fri, 18 Jan 2013 10:00:48 +0000 (+0100) Subject: shutdown: source pre-shutdown hook and force quit plymouth before umount X-Git-Tag: 025~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebd1d65a1beddb43c4ddb9aadfaad53d0951c66b;p=thirdparty%2Fdracut.git shutdown: source pre-shutdown hook and force quit plymouth before umount --- diff --git a/modules.d/99shutdown/shutdown.sh b/modules.d/99shutdown/shutdown.sh index 1a6ac31ae..acd3bfe6f 100755 --- a/modules.d/99shutdown/shutdown.sh +++ b/modules.d/99shutdown/shutdown.sh @@ -24,6 +24,10 @@ fi trap "emergency_shell --shutdown shutdown Signal caught!" 0 getarg 'rd.break=pre-shutdown' && emergency_shell --shutdown pre-shutdown "Break before pre-shutdown" +source_hook pre-shutdown + +/bin/plymouth --quit || /oldroot/bin/plymouth --quit + umount_a() { local _did_umount="n" while read a mp a; do