aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/initrdscripts/files/99-psplash.sh
blob: 3d5f1d60d1a088531edbb7dee369bbeb5fac5346 (plain)
1
2
3
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
fi