You are not logged in.

Announcement

Due to heavy spamming of forums registration is going in stages. If you wish to register as a new user with ArchBang Forums, first register and then send an e-mail to: archbangforums at gmail dot com. It should contain the problem you want to discuss or some other AB related content. You will be promoted from registering member with no posting rights to new member with posting rights after that. If your mail is ignored you haven't fulfilled the requirements.

#1 2012-07-19 00:23:20

ArchVortex
Retired AB Overlord
From: Jakarta, Indonesia
Registered: 2011-04-01
Posts: 1,449

Possible Cleanup Change to rc.conf

http://projects.archlinux.org/initscrip … d27ae900f7

This doesn't affect us much as we already run an uncommented stripped down rc.conf but those installing a new pure Arch system may or may not like the possible upcoming changes. This is a continuation of the cleanup of rc.conf from January (NETWORKING comments for configuration, etc.). For those new to Arch, it's probably advantageous to see the comments directly and see what the options are rather than opening another terminal to open a manpage.


GUI's?? We don't need no stinkin' GUI's!!!

Offline

#2 2012-07-19 01:20:38

Mr Green
Iso Developer
Registered: 2010-11-07
Posts: 3,752

Re: Possible Cleanup Change to rc.conf

#
# /etc/rc.conf - Main Configuration for Arch Linux
#
# See 'rc.conf(5)' for more details
#

DAEMONS=(syslog-ng network crond)

Nice and simple .....

Offline

#3 2012-08-09 03:08:43

handy
ArchBanger
Registered: 2011-11-03
Posts: 423

Re: Possible Cleanup Change to rc.conf

@Mr Green: It's not necessarily just quite that nice & simple.

Following the instructions in the Arch wiki made my rc.conf look like this & modified another file or two as well:

#
# /etc/rc.conf - configuration file for initscripts
#
# Most of rc.conf has been replaced by various other configuration
# files. See archlinux(7) for details.
#
# For more details on rc.conf see rc.conf(5).
#
#====================

#-> DAEMONS ARRAY <-

DAEMONS=(@syslog-ng ufw network rpcbind nfs-common nfs-server @netfs @polipo @crond @ssh  @sensors @dbus @alsa @stb-sdmin @gpm @udisks)

#====================

#-> LOCALIZATION <-

TIMEZONE="Australia/Sydney"
HARDWARECLOCK="UTC"
KEYMAP="us"
LOCALE="en_AU.UTF-8"
DAEMON_LOCALE="no"
USECOLOR="yes"

#====================

#-> NETWORK <-

HOSTNAME="rightpc"
interface=eth0
# address=
# netmask=
# gateway=

#====================

#-> HARDWARE <-

MODULES=(sg r8168)

#====================

I expect that my rc.conf could be modified to be a little cleaner but it doesn't really bother me. I kind of liked having so many things accessible from the one file (easy for me to remember where to look!).

Offline

Board footer

Powered by FluxBB