2 Commits
1.0 ... 1.0.1

Author SHA1 Message Date
fbt
1cb10b99c0 ladfj 2014-02-27 08:27:29 +04:00
fbt
9e45465016 not spawning ttys from rc by default 2014-02-27 04:08:20 +04:00

View File

@@ -11,7 +11,7 @@ cfg_hostname='changeme'
# 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!
# cfg_services+=( %agetty-tty{2..6} ) # Services starting with '%' are restarted if the die.
# Modules to be loaded at boot time. Most people don't need this
#cfg_modules=( 'tun' )