Update of /cvsroot/devil-linux/build/config/etc/init.d
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7476/config/etc/init.d
Added Files:
boot.local
Log Message:
initial checkin of boot.local
--- NEW FILE: boot.local ---
#!/bin/bash
# $Id: boot.local,v 1.1 2004/03/20 16:21:51 smiley73 Exp $
#
# $Source: /cvsroot/devil-linux/build/config/etc/init.d/boot.local,v $
# $Revision: 1.1 $
# $Date: 2004/03/20 16:21:51 $
#
# http://www.devil-linux.org
### BEGIN INIT INFO
# Provides: boot.local
# Required-Start: boot mountfs checkfs setfileperm localnet setclock loadkeys
# Required-Stop:
# Default-Start: B
# Default-Stop:
# Description: user specific initialization
### END INIT INFO
# script with local commands to be executed from init on system startup
#
# Here you should add things, that should happen directly after booting
# before we're going to the first run level.
#
# example: put your CD-Rom faster to sleep
#hdparm -S 12 /dev/hda
# example: load special modules
#modprobe tun
exit 0
|