summaryrefslogtreecommitdiff
path: root/sh/init.sh.Linux.in
Commit message (Collapse)AuthorAge
* Mount xenfs early so OpenRC can detect it.Juan RP2010-02-26
|
* If mounting tmpfs fails, try ramfs.Roy Marples2009-11-20
| | | | This is because buggy kernels always report tmpfs even when not present.
* Move non compiled libraries from /lib/rc to /libexec/rcRoy Marples2009-05-23
| | | | | | | | OpenRC version is now stored as plaintext in /libexec/rc/version Plugins (cursplash, splashutils) will have to be re-compiled to pickup the new directories. State data needs to be moved from /lib/rc/init.d to /libexec/rc/init.d as well.
* Add (c) to CopyrightRoy Marples2009-05-01
|
* Stop using needless {} in varsRoy Marples2009-04-26
|
* Add a new shutdown runlevel, Gentoo #224537.Roy Marples2008-11-03
| | | | | | | 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.
* sysinit is now a real runlevel that handles things like udev, dmesg andRoy Marples2008-10-10
| | | | | | | | | | | 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.
* Allow OpenVZ to mount /sys and device managers, #102Roy Marples2008-08-19
|
* Some systems are only detectable after /proc is mounted, so re-test if unknown.Roy Marples2008-04-06
|
* .sh.BSD.in is a better extension.Roy Marples2008-03-26