summaryrefslogtreecommitdiffstats
path: root/modules.d/slx-splash/scripts/slx-splash-exam.sh
blob: 79160fc4fba3feb927e10f00f9a9e413c8786594 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env bash

type warn &>/dev/null || . /lib/dracut-lib.sh

. /etc/openslx

# Let's do this even in "no splash" mode to be sure
if [ -n "$SLX_EXAM" ]; then
	splashtool --tl "/etc/splash.ppm" &
fi

: