Compare commits
6 커밋
작성자 | SHA1 | 날짜 | |
---|---|---|---|
1d5e825201 | |||
15592c0daa | |||
e379e8efff | |||
9363ea33f5 | |||
92b8205255 | |||
5dad6a777e |
23
rc.conf
23
rc.conf
@@ -1,6 +1,9 @@
|
||||
# System-wide configuration
|
||||
# A default PATH
|
||||
export PATH='/usr/local/bin:/usr/local/sbin:/usr/bin'
|
||||
|
||||
# Locale
|
||||
export LC_ALL='en_US.UTF-8'
|
||||
|
||||
# Hostname
|
||||
cfg_hostname='spark'
|
||||
|
||||
@@ -11,7 +14,7 @@ cfg_hostname='spark'
|
||||
# Services that start with @ are executed in parallel
|
||||
cfg_services+=(
|
||||
'fsck' 'mount' 'sysctl' 'rsyslogd'
|
||||
'@lo.iface' '@scron'
|
||||
'@lo.iface' '@scron' @agetty-tty{2..6}
|
||||
)
|
||||
|
||||
# Uncomment and add modules you want to be loaded at boot time here
|
||||
@@ -22,14 +25,16 @@ ctrlaltdel soft
|
||||
|
||||
# Virtual filesystems
|
||||
cfg_mounts=(
|
||||
'proc:proc:/proc'
|
||||
'run:tmpfs:/run'
|
||||
'sys:sysfs:/sys'
|
||||
'run:tmpfs:/run'
|
||||
'tmp:tmpfs:/tmp'
|
||||
|
||||
'dev:devtmpfs:/dev'
|
||||
'pts:devpts:/dev/pts:noexec,nosuid,gid=5,mode=0620'
|
||||
'mqueue:mqueue:/dev/mqueue:noexec,nosuid,nodev'
|
||||
'shm:tmpfs:/dev/shm:defaults,mode=0777'
|
||||
'proc:proc:/proc:defaults,hidepid=2'
|
||||
'sys:sysfs:/sys'
|
||||
|
||||
'dev:devtmpfs:/dev'
|
||||
'pts:devpts:/dev/pts:noexec,nosuid,gid=5,mode=0620'
|
||||
'mqueue:mqueue:/dev/mqueue:noexec,nosuid,nodev'
|
||||
'shm:tmpfs:/dev/shm:defaults,mode=0777'
|
||||
)
|
||||
|
||||
# Some temporary directories and files
|
||||
|
Reference in New Issue
Block a user