blob: 1b8b9c904e88b5e80bfe6d6ffcb39ee9338df59e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
#
# /etc/rc.conf - Main Configuration for Arch Linux
LOCALE="##LOCALE##"
HARDWARECLOCK="UTC"
TIMEZONE="##TIMEZONE##"
KEYMAP="##KEYMAP##"
CONSOLEFONT=""
CONSOLEMAP=""
USECOLOR="yes"
MOD_AUTOLOAD="yes"
MODULES=()
USELVM="no"
HOSTNAME="archlive"
lo="lo 127.0.0.1"
INTERFACES=(lo)
ROUTES=()
#TODO add more auto-daemons here, especially the live-cd specific stuff
DAEMONS=(syslog-ng network crond)
#TODO: auto-network find-disks find-user-home
|