aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/initrdscripts/files/99-psplash.sh
blob: ae8495c39b54fafac169f8f58f8120f1e375c1ab (plain)
1
2
3
4
if ! grep -Eq '\s?psplash=false\s?' /proc/cmdline; then
	mkdir -p /mnt/mnt/.s0plash
	mount -n -o move /mnt/.splash /mnt/mnt/.splash
fi