not spawning ttys from rc by default
This commit is contained in:
parent
2436075576
commit
9e45465016
|
@ -11,7 +11,7 @@ cfg_hostname='changeme'
|
||||||
# Services to start at boot time
|
# Services to start at boot time
|
||||||
cfg_services+=( 'mount' 'udev' 'rc.local' ) # You probably do need these
|
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+=( '@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} )
|
||||||
|
|
||||||
# Modules to be loaded at boot time. Most people don't need this
|
# Modules to be loaded at boot time. Most people don't need this
|
||||||
#cfg_modules=( 'tun' )
|
#cfg_modules=( 'tun' )
|
||||||
|
|
Loading…
Reference in New Issue
Block a user