Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-12 | Punt halt init script. sysvinit should install it. See Gentoo bug #246502 on ↵ | Roy Marples | |
how to handle this. | |||
2008-11-04 | Move romount to mount-ro and use the umount -r option as it's more reliable ↵ | Roy Marples | |
for / --bind mounts, Gentoo #239922. Thanks to Duncan. | |||
2008-11-03 | Add a new shutdown runlevel, Gentoo #224537. | Roy Marples | |
Split halt.sh into halt, killprocs, romount and savecache services. The reboot runlevel is removed but mapped to shutdown. The halt script should be moved to the sysvinit package. | |||
2008-10-10 | sysinit is now a real runlevel that handles things like udev, dmesg and | Roy Marples | |
mounting various bits in /dev and /sys. init.sh JUST mounts /lib/rc/init.d (and /proc for Linux systems) To make development of this easier we now return an empty RC_STRINGLIST instead of a NULL for empty things. If you don't have a udev init script installed, don't reboot your box OR roll back to an older OpenRC version. | |||
2008-03-27 | Tweak install of runlevels. | Roy Marples | |
2008-03-27 | Split terminal encoding out. | Roy Marples | |
2008-03-25 | Rework our folder structure so that we don't have OS specific dirs, making ↵ | Roy Marples | |
it easier to share init and conf files per OS. | |||
2008-01-31 | Remove the over-engineered checkfs and checkroot scripts and replace with ↵ | Roy Marples | |
simple fsck, root and mtab scripts. Update dependencies accordingly. | |||
2008-01-11 | Just have the one runlevels folder with OS includes. | Roy Marples | |