Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
9363ea33f5 | |||
92b8205255 | |||
5dad6a777e |
18
rc.conf
18
rc.conf
@@ -11,7 +11,7 @@ cfg_hostname='spark'
|
|||||||
# Services that start with @ are executed in parallel
|
# Services that start with @ are executed in parallel
|
||||||
cfg_services+=(
|
cfg_services+=(
|
||||||
'fsck' 'mount' 'sysctl' 'rsyslogd'
|
'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
|
# Uncomment and add modules you want to be loaded at boot time here
|
||||||
@@ -22,14 +22,16 @@ ctrlaltdel soft
|
|||||||
|
|
||||||
# Virtual filesystems
|
# Virtual filesystems
|
||||||
cfg_mounts=(
|
cfg_mounts=(
|
||||||
'proc:proc:/proc'
|
'run:tmpfs:/run'
|
||||||
'run:tmpfs:/run'
|
'tmp:tmpfs:/tmp'
|
||||||
'sys:sysfs:/sys'
|
|
||||||
|
|
||||||
'dev:devtmpfs:/dev'
|
'proc:proc:/proc'
|
||||||
'pts:devpts:/dev/pts:noexec,nosuid,gid=5,mode=0620'
|
'sys:sysfs:/sys'
|
||||||
'mqueue:mqueue:/dev/mqueue:noexec,nosuid,nodev'
|
|
||||||
'shm:tmpfs:/dev/shm:defaults,mode=0777'
|
'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
|
# Some temporary directories and files
|
||||||
|
Reference in New Issue
Block a user