aboutsummaryrefslogtreecommitdiff
path: root/rc.sysinit
AgeCommit message (Collapse)AuthorFiles
2008-02-14Add support for (un)mounting nfs4Roman Kyrylych1
Signed-off-by: Roman Kyrylych <roman@archlinux.org> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-01-08Create some basic device nodes on initializationAaron Griffin1
We need, at the very least, these three device nodes (null, console, and zero) created before we get udev up and running Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-01-08Allow --directisa configuration for hwclock callsAaron Griffin1
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2007-12-20Mount our ram /dev as soon as possibleAaron Griffin1
On readonly root systems, lots of fdup calls fail on device nodes, for instance in minilogd. So we'll mount /dev as early as we can Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2007-12-20Set hwclock *before* udev is loadedAaron Griffin1
This prevents /dev/ timestamps from being 'in the future' when the hwclock is not in UTC. Closes FS#8665 Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2007-12-17Save dmesg output at the end of the boot processAaron Griffin1
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2007-12-12Move start_udev actions to rc.sysinitDan McGee1
start_udev has been deprecated upstream for some time. We shouldn't use some hacked up version of it either. Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2007-11-28Source /etc/rc.d/functions.d/ for additional initscript functionsAaron Griffin1
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2007-11-09Improve error handling and allow multiple keymaps to be loadedRoman Kyrylych1
Signed-off-by: Roman Kyrylych <roman@archlinux.org>
2007-10-21make non-ASCII chars work before login too2007.11-1Roman Kyrylych1
Signed-off-by: Roman Kyrylych <roman@archlinux.org>
2007-10-21yes, I fixed a trailing whitespaceThomas Bächler1
2007-10-21Fix locale handlingRoman Kyrylych1
Signed-off-by: Roman Kyrylych <roman@archlinux.org>
2007-10-21fix the utf8 activating code: there are 63 virtual terminals, not 12Thomas Bächler1
2007-10-21Release name: "Don't Panic" -> "Core Dump"Thomas Bächler1
2007-10-19added (barely tested) improvement of ASK keyword in crypttabThomas Bächler1
2007-10-19'upgpkg: removed double entry of ifconfig lo'Tobias Powalowski1
2007-10-19'upgpkg: added /sys/class/net/lo check'Tobias Powalowski1
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-08-15upgpkg: initscripts 2007.08-2Dan McGee1
2007-07-30'upgpgk: fixed nocpfs netfs bug and bump to don't panic release'2007.08Tobias Powalowski1
2007-05-13upgpkg: initscripts 0.8-112007.05Thomas Bächler1
2007-05-12'upgpkg: bump to Duke and cleanup rc.sysinit and netds'Tobias Powalowski1
2007-04-22'upgpkg: added autoloading of standard acpi modules during boot, with the ↵Tobias Powalowski1
possibility to blacklist by default methods'
2007-02-10fixed typo, fixed verbose booting0.8Thomas Bächler1
2007-01-29fix 6038Thomas Bächler1
2007-01-22'upgpkg: fixed verbose boot option'Tobias Powalowski1
2006-12-18upgpkg: initscripts 0.8-2Thomas Bächler1
finally fixed 5445
2006-12-17added stat_append to functions, fixed fsck bugs when clock is not setThomas Bächler1
2006-12-16let lvm start quietlyThomas Bächler1
2006-12-16rc.sysinit, rc.shutdown:Thomas Bächler1
- Code cleanup - Added "verbose" commandline option for debugging - Fixed #5968 - Fixed #4648
2006-12-16'upgpkg: readded rc.sysinit and hwdetect for 0.8 package'Tobias Powalowski1
2006-12-10cuurent x86_64 updatedAndreas Radke1
2006-12-10'upgpkg: added voodoo tag and new hwdetect'Tobias Powalowski1
2006-11-16upgpkg: initscripts 0.7.3-1Aaron Griffin1
Bugfix #5529: Set timezone before hwclock calls
2006-11-13FS#5385: Fixed RAID setup codeJudd Vinet1
2006-11-08patch from Paul to disable NIS domainname before shutting down (syslog-ng ↵Judd Vinet1
was hanging). Also added a 2>/dev/null to fsck during startup
2006-09-28added CONSOLE check to UTF-8/Locale stuff to avoid doing it when running ↵Judd Vinet1
scripts from cron
2006-09-20'upgpkg: added udev persistent rules check'Tobias Powalowski1
2006-07-25set a default for LOCALE so it's no longer needed in /etc/profileJudd Vinet1
2006-07-21added --directisa to hwclock calls, support for additional options in ↵Judd Vinet1
crypttab for non-LUKS partitions, fixed the WPA_OPTS varname typo in netcfg
2006-07-07'upgpkg: fixed usbfs mounting again'Tobias Powalowski1
2006-06-30various fixes -- netcfg fixes, md device node creation fixes w/ mkinitcpio, ↵Judd Vinet1
2.4 kernel support removed
2006-06-07'upgpkg: removed the rest of 2.4 kernel'Tobias Powalowski1
2006-06-07'upgpkg: removed kernel24 stuff eg. devfsd support and lvm1'Tobias Powalowski1
2006-05-09upgpkg: initscripts 0.7.20.7.2Judd Vinet1
2006-02-26Additional fix for locale stuff, re-enabled the depmod -A call at bootupJudd Vinet1
2006-02-24'upgpkg: added depmod -A again'Tobias Powalowski1
2006-02-21'upgpkg: fixed module loading and udev startup'Tobias Powalowski1
2006-02-20fix for terminal/locale bug (3996)Judd Vinet1