Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-08 | Enhance interface 'up' state checking | Loic Nageleisen | |
Using the 'UP' state to imply operational status is wrong and even if a device is 'UP' we may still need to run ifconfig/dhcp Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2008-01-08 | network script logic cleanups/enhancements | Aaron Griffin | |
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2008-01-08 | Remove the hotplug functionality from the network script | Aaron Griffin | |
Hotplug hasn't been supported in Arch for ages Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2008-01-08 | Create some basic device nodes on initialization | Aaron Griffin | |
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-08 | minilogd cleanup and warning fixes | Jonathan Frazier | |
gcc gives a warning about signed/unsigned ints, and it tries to write to syslog's /dev/log with a dgram socket which gives an EPROTOCOL error. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2008-01-08 | Allow --directisa configuration for hwclock calls | Aaron Griffin | |
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2007-12-20 | Deprecate MOD_BLACKLIST via some comments | Aaron Griffin | |
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2007-12-20 | Mount our ram /dev as soon as possible | Aaron Griffin | |
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-20 | Set hwclock *before* udev is loaded | Aaron Griffin | |
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-20 | Tidy up rc.conf | James Rayner | |
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2007-12-20 | Make the background black on all status text | Simo Leone | |
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-17 | Modify comment above MOD_AUTOLOAD to indicate that it autoloads | Aaron Griffin | |
Some people thought the comment was unclear Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2007-12-17 | Save dmesg output at the end of the boot process | Aaron Griffin | |
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2007-12-13 | Fix FS#8843 (no colors in rc.sysinit output with separate /usr) | Roman Kyrylych | |
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-12 | Move start_udev actions to rc.sysinit | Dan McGee | |
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-11 | Removing netcfg from initscripts | James Rayner | |
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2007-11-28 | Source /etc/rc.d/functions.d/ for additional initscript functions | Aaron Griffin | |
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2007-11-09 | Improve error handling and allow multiple keymaps to be loaded | Roman Kyrylych | |
Signed-off-by: Roman Kyrylych <roman@archlinux.org> | |||
2007-10-22 | Add a few more comments and examples to inittab2007.11-2 | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-10-21 | Fix broken terminal detection, disable colors when the terminal is unknown. | Thomas Bächler | |
2007-10-21 | make non-ASCII chars work before login too2007.11-1 | Roman Kyrylych | |
Signed-off-by: Roman Kyrylych <roman@archlinux.org> | |||
2007-10-21 | yes, I fixed a trailing whitespace | Thomas Bächler | |
2007-10-21 | Fix locale handling | Roman Kyrylych | |
Signed-off-by: Roman Kyrylych <roman@archlinux.org> | |||
2007-10-21 | change install.sh to exit on failure with return code 1 | Thomas Bächler | |
2007-10-21 | Added install script | Thomas Bächler | |
2007-10-21 | Make daemon shutdown fix more consistent with the other init scripts and ↵ | Thomas Bächler | |
simplify it a bit | |||
2007-10-21 | fixing second part of #6959 | Thomas Bächler | |
2007-10-21 | replace all remaining backticks with $(...) | Thomas Bächler | |
2007-10-21 | fix the utf8 activating code: there are 63 virtual terminals, not 12 | Thomas Bächler | |
2007-10-21 | Release name: "Don't Panic" -> "Core Dump" | Thomas Bächler | |
2007-10-21 | Remove hwdetect as it is maintained as a separate package and this version ↵ | Thomas Bächler | |
isn't up to date anyway. | |||
2007-10-21 | disable colors on stupid terminals | Thomas Bächler | |
(fixes #7369) | |||
2007-10-19 | added (barely tested) improvement of ASK keyword in crypttab | Thomas Bächler | |
2007-10-19 | 'upgpkg: removed double entry of ifconfig lo' | Tobias Powalowski | |
2007-10-19 | 'upgpkg: added /sys/class/net/lo check' | Tobias Powalowski | |
2007-10-18 | 'upgpkg: added loopbackhardcoded to rc.sysinit and remove it from rc.conf' | Tobias Powalowski | |
2007-10-18 | removing unnecessary isatty.c, replaced by shell test -t option | Dan McGee | |
2007-10-18 | 'upgpkg: fixed utf typo' | Tobias Powalowski | |
2007-10-18 | 'upgpkg: trying to fix #6237,7554,7165,7641,5740' | Tobias Powalowski | |
2007-08-15 | upgpkg: initscripts 2007.08-2 | Dan McGee | |
2007-07-30 | 'upgpgk: fixed nocpfs netfs bug and bump to don't panic release'2007.08 | Tobias Powalowski | |
2007-05-13 | upgpkg: initscripts 0.8-112007.05 | Thomas Bächler | |
2007-05-13 | upgpkg: initscripts 0.8-10 | Thomas Bächler | |
2007-05-12 | 'upgpkg: bump to Duke and cleanup rc.sysinit and netds' | Tobias Powalowski | |
2007-05-10 | upgpkg: initscripts 0.8-8 | James Rayner | |
fixing flyspray #7004 #6859, change in dhcpcd state directory. | |||
2007-04-22 | 'upgpkg: added autoloading of standard acpi modules during boot, with the ↵ | Tobias Powalowski | |
possibility to blacklist by default methods' | |||
2007-02-10 | fixed typo, fixed verbose booting0.8 | Thomas Bächler | |
2007-01-30 | forgot to add rc.local.shutdown | Thomas Bächler | |
2007-01-29 | 'upgpkg: added network listing help to rc.conf' | Tobias Powalowski | |
2007-01-29 | fix 6038 | Thomas Bächler | |