diff options
Diffstat (limited to 'recipes/initrdscripts/files/99-psplash.sh')
-rw-r--r-- | recipes/initrdscripts/files/99-psplash.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/initrdscripts/files/99-psplash.sh b/recipes/initrdscripts/files/99-psplash.sh index 3d5f1d60d1..ae8495c39b 100644 --- a/recipes/initrdscripts/files/99-psplash.sh +++ b/recipes/initrdscripts/files/99-psplash.sh @@ -1,4 +1,4 @@ if ! grep -Eq '\s?psplash=false\s?' /proc/cmdline; then - mkdir -p /mnt/mnt/.psplash - mount -n -o move /mnt/.psplash /mnt/mnt/.psplash + mkdir -p /mnt/mnt/.s0plash + mount -n -o move /mnt/.splash /mnt/mnt/.splash fi |