summaryrefslogtreecommitdiffstats
path: root/initramfs/initrd-stuff/bin/servconfig
diff options
context:
space:
mode:
Diffstat (limited to 'initramfs/initrd-stuff/bin/servconfig')
-rwxr-xr-xinitramfs/initrd-stuff/bin/servconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/initramfs/initrd-stuff/bin/servconfig b/initramfs/initrd-stuff/bin/servconfig
index 277e482b..c8f191ff 100755
--- a/initramfs/initrd-stuff/bin/servconfig
+++ b/initramfs/initrd-stuff/bin/servconfig
@@ -190,6 +190,15 @@ test -n "$domain_name_servers" && {
# initial boot scripts
# delete and create runlevel links for initial booting (SuSE, Debian, Ubuntu,
# Fedora, ...)
+# splashy stuff
+if [ ${DEBUGLEVEL} = 0 -a ${nosplash} = 0 ]; then
+ D_INITSCRIPTS="${D_INITSCRIPTS} splashy.stop"
+ d_mkrlscript init splashy.stop "Stopping Splashy ..."
+ echo -e "\t/var/lib/openslx/bin/splashy_update exit 2>/dev/null
+ \tkillall -9 splashy" >>/mnt/etc/${D_INITDIR}/splashy.stop
+ d_mkrlscript close splashy.stop ""
+fi
+
initial_boot
#############################################################################