aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/initrdscripts/files/00-psplash.sh
blob: db8aabedd7393b06757ed2912500cdd0326f27a9 (plain)
1
2
3
4
5
6
if ! grep -Eq '\s?psplash=false\s?' /proc/cmdline; then
	mkdir -p /mnt/.psplash
	mount tmpfs -t tmpfs /mnt/.psplash -o,size=40k

	psplash &
fi