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

	psplash &
fi