diff options
-rwxr-xr-x | meta/recipes-core/sysvinit/sysvinit/rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/sysvinit/sysvinit/rc b/meta/recipes-core/sysvinit/sysvinit/rc index 655a0b067c..1f400d9e55 100755 --- a/meta/recipes-core/sysvinit/sysvinit/rc +++ b/meta/recipes-core/sysvinit/sysvinit/rc | |||
@@ -174,6 +174,6 @@ startup() { | |||
174 | if [ "x$runlevel" != "xS" ] && [ ! -x /etc/rc${runlevel}.d/S??xserver-nodm ]; then | 174 | if [ "x$runlevel" != "xS" ] && [ ! -x /etc/rc${runlevel}.d/S??xserver-nodm ]; then |
175 | if type psplash-write >/dev/null 2>&1; then | 175 | if type psplash-write >/dev/null 2>&1; then |
176 | TMPDIR=/mnt/.psplash psplash-write "QUIT" || true | 176 | TMPDIR=/mnt/.psplash psplash-write "QUIT" || true |
177 | umount /mnt/.psplash | 177 | umount -l /mnt/.psplash |
178 | fi | 178 | fi |
179 | fi | 179 | fi |