You are not logged in.
Pages: 1
Hello everyone I messed up my system alot today and my rc.conf erased ect long story...
Can I get an default rc.conf, so I can fix this thanks ?
Also I`m sorry if this a a dumb question or wrong location sorry.
Offline
First last always.
Check the wiki https://wiki.archlinux.org/index.php/Rc.conf
The man page probably helps too.
Its in package initscripts, btw.
Offline
On the front page is the announcement for the last release, it includes a link to the source files. You can download them and extract the rc.conf.
Or, here it is...
#
# /etc/rc.conf - Main Configuration for Arch Linux
LOCALE="en_US.UTF-8"
DAEMON_LOCALE="no"
HARDWARECLOCK="UTC"
TIMEZONE="America/Montreal"
KEYMAP="us"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"
MODULES=()
UDEV_TIMEOUT=30
USEDMRAID="no"
USEBTRFS="no"
USELVM="no"
HOSTNAME="archbang"
DAEMONS=(dbus networkmanager !network !dhcdbd syslog-ng @alsa)or, as fschiff beat me to the punchline, you can check the arch wiki and create your own.
Free Software Foundation member 10865
Offline
Pages: 1