diff options
Diffstat (limited to 'recipes/initrdscripts/files/00-psplash.sh')
-rw-r--r-- | recipes/initrdscripts/files/00-psplash.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/initrdscripts/files/00-psplash.sh b/recipes/initrdscripts/files/00-psplash.sh index db8aabedd7..bd1ed04452 100644 --- a/recipes/initrdscripts/files/00-psplash.sh +++ b/recipes/initrdscripts/files/00-psplash.sh @@ -1,6 +1,6 @@ if ! grep -Eq '\s?psplash=false\s?' /proc/cmdline; then - mkdir -p /mnt/.psplash - mount tmpfs -t tmpfs /mnt/.psplash -o,size=40k + mkdir -p /mnt/.splash + mount tmpfs -t tmpfs /mnt/.splash -o,size=40k psplash & fi |