aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
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-20Tidy up rc.confJames Rayner1
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2007-12-20Make the background black on all status textSimo Leone1
This is the easiest way to cleanup the script output on white terminals without resorting to shutting off color. It won't make everyone happy, though. Ref: FS#1186 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-17Save dmesg output at the end of the boot processAaron Griffin1
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2007-12-13Fix FS#8843 (no colors in rc.sysinit output with separate /usr)Roman Kyrylych1
when tput returns exit code 3 - assume it output '8' (as written in the /usr/share/terminfo/l/linux file) Signed-off-by: Roman Kyrylych <roman@archlinux.org> Converted to if/elsif form 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-12-11Removing netcfg from initscriptsJames Rayner5
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2007-11-28Source /etc/rc.d/functions.d/ for additional initscript functionsAaron Griffin5
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-22Add a few more comments and examples to inittab2007.11-2Dan McGee1
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-10-21Fix broken terminal detection, disable colors when the terminal is unknown.Thomas Bächler1
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-21change install.sh to exit on failure with return code 1Thomas Bächler1
2007-10-21Added install scriptThomas Bächler1
2007-10-21Make daemon shutdown fix more consistent with the other init scripts and ↵Thomas Bächler1
simplify it a bit
2007-10-21fixing second part of #6959Thomas Bächler1
2007-10-21replace all remaining backticks with $(...)Thomas Bächler1
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-21Remove hwdetect as it is maintained as a separate package and this version ↵Thomas Bächler1
isn't up to date anyway.
2007-10-21disable colors on stupid terminalsThomas Bächler1
(fixes #7369)
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 Powalowski2
2007-10-18removing unnecessary isatty.c, replaced by shell test -t optionDan McGee1
2007-10-18'upgpkg: fixed utf typo'Tobias Powalowski1
2007-10-18'upgpkg: trying to fix #6237,7554,7165,7641,5740'Tobias Powalowski7
2007-08-15upgpkg: initscripts 2007.08-2Dan McGee2
2007-07-30'upgpgk: fixed nocpfs netfs bug and bump to don't panic release'2007.08Tobias Powalowski2
2007-05-13upgpkg: initscripts 0.8-112007.05Thomas Bächler1
2007-05-13upgpkg: initscripts 0.8-10Thomas Bächler1
2007-05-12'upgpkg: bump to Duke and cleanup rc.sysinit and netds'Tobias Powalowski2
2007-05-10upgpkg: initscripts 0.8-8James Rayner2
fixing flyspray #7004 #6859, change in dhcpcd state directory.
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-30forgot to add rc.local.shutdownThomas Bächler1
2007-01-29'upgpkg: added network listing help to rc.conf'Tobias Powalowski1
2007-01-29fix 6038Thomas Bächler1
2007-01-22'upgpkg: fixed verbose boot option'Tobias Powalowski1
2007-01-18'upgpkg: fixed usb removal'Tobias Powalowski1
2006-12-31'added a bunch of new options'Tobias Powalowski1
2006-12-18upgpkg: initscripts 0.8-2Thomas Bächler2
finally fixed 5445
2006-12-18'upgpkg: added --keymap option'Tobias Powalowski1
2006-12-17added stat_append to functions, fixed fsck bugs when clock is not setThomas Bächler3
2006-12-16let lvm start quietlyThomas Bächler1
2006-12-16rc.sysinit, rc.shutdown:Thomas Bächler3
- Code cleanup - Added "verbose" commandline option for debugging - Fixed #5968 - Fixed #4648