9 lines
236 B
Plaintext
9 lines
236 B
Plaintext
# System-wide configuration
|
|
export PATH='/usr/local/bin:/usr/bin'
|
|
|
|
cfg_initscripts_dir='/etc/rc.d'
|
|
|
|
cfg_hostname='generic'
|
|
cfg_services=( 'fsck' 'udev' 'mount' 'syslog-ng' 'crond' 'network' 'dhcpcd' 'sshd' 'rc.local' )
|
|
# cfg_modules=()
|