aboutsummaryrefslogtreecommitdiff
path: root/rc.conf
AgeCommit message (Collapse)AuthorFiles
2011-04-15Fix console verbosity and add config via rc.confSebastien Luttringer1
This patch fix verbosity which use var exported by initcpio in place of kernel. Verbosity is an initscripts parameter, so it should have a definition in rc.conf. Kernel parameter should be a shortcut. New option is called VERBOSE. Signed-off-by: Sebastien Luttringer <seblu@seblu.net>
2011-04-13mdadm: disable SoftRAID detectionSebastien Luttringer1
This job is done by recent version of mdadm in /lib/udev/rules.d/64-md-raid.rules. This will also fix FS#20117. Signed-off-by: Sebastien Luttringer <seblu@seblu.net> Signed-off-by: Dave Reisner <d@falconindy.com> Signed-off-by: Tom Gundersen <teg@jklm.no>
2011-03-30Change hardware clock default to UTCKurt J. Bosch1
Signed-off-by: Tom Gundersen <teg@jklm.no>
2011-03-30Make hwclock --adjust as well as --systohc optional (FS#13684)Kurt J. Bosch1
Signed-off-by: Tom Gundersen <teg@jklm.no>
2011-03-16Add BTRFS support in initscriptsSeblu1
Use btrfs instead of btrfsctl. See: https://btrfs.wiki.kernel.org/index.php/FAQ#How_do_I_do....3F Close FS#19792 Signed-off-by: Seblu <seblu@seblu.net>
2011-03-16Add UDEV_TIMEOUT optionSeblu1
This allow to set a custom timeout for udev events processing. Close FS#20764 Signed-off-by: Seblu <seblu@seblu.net>
2011-02-27Software RAID detection is now triggered via USEMDADM config var like ↵Seblu1
fakeraid and lvm
2011-02-27Implement FakeRAID detection at startupSeblu1
2011-02-01Remove MOD_BLACKLIST from rc.confDan McGee1
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-01-27Allow setting the locale during boot and daemon startup.Thomas Bächler1
This is configurable by the new rc.conf option DAEMON_LOCALE.
2010-06-09network, rc.conf: Add NETWORK_PERSIST option2010.06-2Thomas Bächler1
Setting NETWORK_PERSIST="yes" will skip network shutdown. This is needed to cleanly halt or reboot the systemif your root device is on NFS. It does not affect network profiles.
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