1dd0537679287484471b5175da4d9e64a6ffcec0
[grml-etc.git] / etc / init.d / grml-misc
1 #!/bin/sh
2 # Filename:      grml-misc
3 # Purpose:       initialize misc stuff on grml system
4 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
5 # Bug-Reports:   see http://grml.org/bugs/
6 # License:       This file is licensed under the GPL v2.
7 # Latest change: Sam Mai 27 14:43:56 CEST 2006 [mika]
8 ################################################################################
9
10 if grep -q nocolor /proc/cmdline ; then
11    RC_NOCOLOR=yes
12    . /etc/grml/lsb-functions
13 else
14    . /etc/grml/lsb-functions
15 fi
16
17 # finished booting
18 einfo "Finished execution of main grml startup." ; eend 0
19
20 ## END OF FILE #################################################################