aboutsummaryrefslogtreecommitdiff
path: root/rc.conf
AgeCommit message (Collapse)AuthorFiles
2009-08-22Allow skipping of all hardware clock adjustmentsDan McGee1
For virtualized machines, the hardware clock doesn't actually exist, so all hwclock calls fail and print error messages during system startup, shutdown, and the hourly adjtime cronjob. By explicitly looking for HARDWARECLOCK to be set to 'UTC' or 'localtime', all other values will result in hwclock calls being skipped (e.g. set the variable to 'none'). Signed-off-by: Dan McGee <dan@archlinux.org>
2009-08-22Remove USEDIRECTISA and associated codeDan McGee1
man hwclock implies this option is rarely necessary, and (almost) all systems Arch supports surely have a /dev/rtc device and load the rtc driver in the kernel. Even if this is not available, hwclock will fall back to direct I/O requests anyway. As a side note, the adjtime cronjob didn't even respect this setting anyway. Signed-off-by: Dan McGee <dan@archlinux.org>
2009-08-07Consistent capitalization of localeAllan McRae1
Make the capitalization "UTF-8" part of the locale field in rc.conf match that used in /etc/locale.gen (FS#15825) Signed-off-by: Allan McRae <allan@archlinux.org>
2009-06-30rc.conf: Switch to dhcp by defaultAaron Griffin1
More of a sane default. Static config left as example Ref: FS#12670 Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-04-06Make USEDIRECTISA default to no, which is a sane default according to ↵Thomas Bächler1
hwlock's manpage. This is contrary to the behaviour in older initscripts.
2008-02-21Remove trailing whitespaces and do some little reformattingRoman Kyrylych1
Signed-off-by: Roman Kyrylych <roman@archlinux.org>
2008-01-08Allow --directisa configuration for hwclock callsAaron Griffin1
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2007-12-20Deprecate MOD_BLACKLIST via some commentsAaron Griffin1
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2007-12-20Tidy up rc.confJames Rayner1
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2007-12-17Modify comment above MOD_AUTOLOAD to indicate that it autoloadsAaron Griffin1
Some people thought the comment was unclear Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2007-12-11Removing netcfg from initscriptsJames Rayner1
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2007-10-18'upgpkg: added loopbackhardcoded to rc.sysinit and remove it from rc.conf'Tobias Powalowski1
2007-10-18'upgpkg: trying to fix #6237,7554,7165,7641,5740'Tobias Powalowski1
2007-01-29'upgpkg: added network listing help to rc.conf'Tobias Powalowski1
2006-06-12fixed the path to the console maps in the comment area of rc.confJudd Vinet1
2006-06-07'upgpkg: removed kernel24 stuff eg. devfsd support and lvm1'Tobias Powalowski1
2006-02-20default LOCALE is now en_US.utf8Judd Vinet1
2006-02-16hwdetect->udev, removed default usbserial blacklistJudd Vinet1
2006-02-16added note about disallowed hyphens in bash variable namesJudd Vinet1
2006-02-09added note about dialog package required for netcfg menusJudd Vinet1
2006-01-31added --mknodes switch to the vgscan call (LVM)Judd Vinet1
2005-11-15added variables for autoloading modules, cleaned up rc.conf a bitJudd Vinet1
2005-11-04makedevs helper script -- not added to package yetJudd Vinet1
2005-09-15modified netcfg/network scripts -- you can list multiple entries in ↵Judd Vinet1
NET_PROFILES that use the same INTERFACE. They will be started one at a time, and the first successful one will be kept.
2005-06-30added new netcfg stuff for roaming network profilesJudd Vinet1
2005-03-11added support for backgrounding daemons at startup with a '@' prefix, ↵Judd Vinet1
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
2005-01-02fixed a typo in the rc.conf comments0.7Judd Vinet1
2004-07-16made syslog-ng Arch's new default loggerJudd Vinet1
2004-07-16updated version header to 0.7, added support for udev and static /dev treesJudd Vinet1
2004-05-18added better LVM handlingJudd Vinet1
2004-05-11added hotplug to the DAEMONS array (disabled by default)Judd Vinet1
2004-01-30added a rc.d/netfs script to mount network-based filesystems from DAEMONSJudd Vinet1
2003-12-21upgpkg: initscripts 0.6Judd Vinet1
2003-10-10added color to rc messages and fixed bug #168Judd Vinet1
2003-09-19added consolefont setting to rc.confJudd Vinet1
2003-07-09removed the conf.d stuff -- conf.d files will be parsed individually by the ↵Judd Vinet1
rc.d scripts to avoid name collisions
2003-06-04fixed a rc.sysinit bug and moved conf.d parsing to the top of rc.confJudd Vinet1
2003-05-23upgpkg: initscripts 0.5Judd Vinet1
2003-02-07added the MODULES=() line to rc.conf, with loading in rc.sysinitJudd Vinet1
2002-11-26Added utf hwclock support (from user patch)Judd Vinet1
2002-08-28removed PROFILES arrayJudd Vinet1
2002-04-27Added DHCP handling to initscriptsJudd Vinet1
2002-04-19*** empty log message ***Judd Vinet1
2002-04-19*** empty log message ***Judd Vinet1
2002-04-19Cleaned up networking in initscriptsJudd Vinet1
2002-04-19Updated for /etc/profile.dJudd Vinet1
2002-04-15Updated initscripts for multiple ethernet interfacesJudd Vinet1
2002-03-24Added rc.d network script to initscriptsJudd Vinet1
2002-03-09Added some rudimentary networking stuffJudd Vinet1
2002-03-04Initial revisionJudd Vinet1