From 8aff6add70fd50b3febe363a0002098f21e2679b Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Fri, 11 Mar 2005 20:02:08 +0000 Subject: added support for backgrounding daemons at startup with a '@' prefix, commented out the ldconfig call at startup, added support for unicode console maps, added a hotplug_ifup() function rc.d/network for hotplug's net.agent to use --- rc.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'rc.conf') diff --git a/rc.conf b/rc.conf index d4718e9..9063a91 100644 --- a/rc.conf +++ b/rc.conf @@ -8,13 +8,15 @@ # HARDWARECLOCK: set to "UTC" or "localtime" # TIMEZONE: timezones are found in /usr/share/zoneinfo # KEYMAP: keymaps are found in /usr/share/kbd/keymaps -# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-us) +# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US) +# CONSOLEMAP: found in /usr/share/kbd/unimaps # USECOLOR: use ANSI color sequences in startup messages # HARDWARECLOCK="localtime" TIMEZONE=Canada/Pacific KEYMAP=us CONSOLEFONT= +CONSOLEMAP= USECOLOR="yes" # Scan for LVM volume groups at startup, required if you use LVM @@ -53,6 +55,7 @@ ROUTES=(!gateway) # # Daemons to start at boot-up (in this order) # (prefix a daemon with a ! to disable it) +# (prefix a daemon with a @ to start it up in the background) # DAEMONS=(syslog-ng hotplug !pcmcia network netfs crond) -- cgit v1.2.3