# This file sets system configuration variables. It should be posix shell # compatible (e.g. no arrays), and should not run *any* programs. If defaults # or more complex calculations are needed, these should be done in the startup # scripts. # set your hostname here. defaults (via rc.sysinit) to uname -s, which is # probably 'Linux' # HOSTNAME= # space separated list of scripts in /etc/rc.d to run in multi # user startup. These will be start in the order given # it doesn't have to be set DAEMONS='network cron sshd' # list of network configurations to run on network start NETWORKS='localhost default' # args to be passed to hwclock at startup # if hwclock is in the DAEMONS list # HWCLOCK= # # set if you don't want the startup scripts to do a basic probe # for hardware kernel modules # NOPROBEHW=0