From: Michael Tremer Date: Wed, 19 Aug 2009 08:51:31 +0000 (+0200) Subject: splashy: Add a initscript. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f80d8d3ec350a777c8705e946fee64115f648584;p=ipfire-3.x.git splashy: Add a initscript. --- diff --git a/lfs/splashy b/lfs/splashy index 3cdda7b52..e321a1311 100644 --- a/lfs/splashy +++ b/lfs/splashy @@ -94,5 +94,7 @@ $(OBJECT): $(objects) /usr/share/initramfs-tools /lib/libsplashy{,cnf}.la \ /etc/init.d/splashy + $(INSTALL_INITSCRIPT) + @rm -rf $(DIR_APP) @$(POSTBUILD) diff --git a/src/initscripts/extras/splashy.conf b/src/initscripts/extras/splashy.conf new file mode 100644 index 000000000..4e422b507 --- /dev/null +++ b/src/initscripts/extras/splashy.conf @@ -0,0 +1,15 @@ +description "A nice boot splash" +author "IPFire Team" + +start on starting welcome +stop on starting tty1 + +pre-start script + splashy_chvt 8 + splashy boot +end script + +post-stop script + splashy_update "exit" + splashy_chvt 1 +end script