[Lunar-commits] CVS: moonbase/utils/sysvinit/init.d bootmisc, NONE,
1.1
Auke Kok
sofar at lunar-linux.org
Sat Nov 13 17:06:04 UTC 2004
Update of /var/cvs/lunar/moonbase/utils/sysvinit/init.d
In directory espresso.foo-projects.org:/tmp/cvs-serv30265/init.d
Added Files:
bootmisc
Log Message:
Adding bootmisc in here and a more flexible way of using LOCALE, consolefont and keymap stuff
--- NEW FILE: bootmisc ---
#!/bin/sh
#
# bootmisc - system startup script
#
case $1 in
start)
dmesg > /var/log/dmesg
touch /var/run/utmp
[ ! -f /etc/LOCALE ] || . /etc/LOCALE
[ ! -f /etc/keymap ] || loadkeys $(cat /etc/keymap)
[ ! -f /etc/consolefont ] || consolechars -f $(cat /etc/consolefont)
;;
esac
More information about the Lunar-commits
mailing list