moving starting agettys to rc

This commit is contained in:
2014-02-25 09:28:01 +04:00
parent 2c27df892d
commit 776454a7e3
2 changed files with 38 additions and 14 deletions

View File

@@ -1,8 +1,17 @@
# System-wide configuration
export PATH='/usr/local/bin:/usr/bin'
# Where to look for initscripts
cfg_initscripts_dir='/etc/rc.d'
cfg_hostname='generic'
cfg_services=( 'fsck' 'udev' 'mount' 'syslog-ng' 'crond' 'network' 'dhcpcd' '@sshd' 'rc.local' )
# cfg_modules=()
# Hostname
cfg_hostname='cetaganda'
# Services to start at boot time
cfg_services+=( 'mount' 'udev' 'rc.local' ) # You probably do need these
cfg_services+=( '@syslog-ng' '@crond' '@network' '@sshd' '@dbus' '@alsa' ) # Services starting with '@' start in background.
cfg_services+=( %agetty-tty{2..6} ) # Do not modify this unless you know what you are doing!
# Modules to be loaded at boot time. Most people don't need this
#cfg_modules=( 'tun' )