summaryrefslogtreecommitdiff
path: root/sh.Linux
Commit message (Collapse)AuthorAge
* Don't state the fstype we're using as fstab could be totally different.Roy Marples2008-03-11
|
* Add a --mount command to fstabinfo so it can mount specific mount points, as ↵Roy Marples2008-03-11
| | | | mount can get confused with binded mounts, bug #36.
* Update ignore.Roy Marples2008-03-04
|
* Split VPS into VSERVER and OPENVZRoy Marples2008-03-03
|
* Use exlicit make targets, not directory contents.Roy Marples2008-03-03
|
* ignore more stuffRoy Marples2008-02-28
|
* Makefile SH variable now tweaks the default shell used by our scripts.Roy Marples2008-02-27
|
* give mount points nice descriptive names rather than "none"Mike Frysinger2008-02-26
|
* Remove the massive udev compat shim as it's now in udev-118-r2Roy Marples2008-02-03
|
* Tidy up some code and remove the redundant single_user function as we now ↵Roy Marples2008-01-31
| | | | use exit codes.
* addons should check things, not us.Roy Marples2008-01-30
|
* udev uses lowercase valuesRoy Marples2008-01-23
|
* rc_coldplug=no really stops all coldplug eventsRoy Marples2008-01-18
|
* Update copyrights, my email and license.Roy Marples2008-01-11
|
* Adopt a more C style for scripts and remove vim settings.Roy Marples2008-01-11
|
* Remove full license text from shell cripts.Roy Marples2008-01-11
|
* Allow for OS and SUBOS folders so we can introduce NetBSD scripts whilst ↵Roy Marples2008-01-10
| | | | keeping BSD for all BSD's.
* Don't check kernel version for features, check feature existance.Roy Marples2008-01-03
|
* Fix RC_COLDPLUG shim for real.Roy Marples2007-12-27
|
* udev requires try function and the modules-update program should take care ↵Roy Marples2007-12-14
| | | | of any 2.4 vs 2.6 kernel issues. Also add vim instructions to a few files.
* Remove the try and check_statedir functionsRoy Marples2007-12-14
|
* Remove Gentoo copyright from all files that I know I have writtenRoy Marples2007-12-14
|
* Massive whitespace cleanupRoy Marples2007-11-28
|
* this is still an env varRoy Marples2007-11-23
|
* Move /etc/conf.d/rc to /etc/rc.conf.Roy Marples2007-11-23
| | | | | | | Lowercase all configurable variables, non configurations remain uppercase. Replace rc_env_bool with rc_yesno. Split localmount info procfs (Linux) and dumpon, savecore (BSD)
* Introduce CONTENTS variable into Makefiles to list the contents of the ↵Roy Marples2007-11-20
| | | | directory, excluding the Makefile for to Make life easier
* Our build chain now works with GNU and BSD make implementationsRoy Marples2007-11-19
|
* relicense as 2-clause BSD, with the kind permission of GentooRoy Marples2007-11-14
|
* Fix init.sh for shm againRoy Marples2007-10-22
|
* Mount /dev/shm for Linux systems, even not when in /etc/fstab, #196345.Roy Marples2007-10-19
|
* If it's in fstab, let mount work everything out instead of us.Roy Marples2007-09-26
|
* Handle fstab with spacesRoy Marples2007-09-26
|
* /lib/rcscripts -> /lib/rcRoy Marples2007-09-19
|
* Only mount /sys if it's not mounted, #192436.Roy Marples2007-09-18
|
* Add --quiet to mountinfoRoy Marples2007-09-03
|
* Always attempt to mount /dev/pts when devpts is available as it may appear ↵Mike Frysinger2007-09-03
| | | | in some 2.4 setups.
* `config /etc/fstab' can now be used in depend() functions to show thatRoy Marples2007-08-15
| | | | | the deptree should be regenerated if /etc/fstab has changed.
* Use the right dir from fstabRoy Marples2007-08-08
|
* Try and hide the terminal escape codes when they fail.Roy Marples2007-08-07
|
* Boot properly when we cannot set an early font, #187628.Roy Marples2007-08-04
|
* Don't set an early font if consolefont isn't in a runlevel, #183773.Roy Marples2007-07-01
|
* Harden testing of /proc being validRoy Marples2007-05-23
|
* Don't dmesg for VPS systemsRoy Marples2007-04-26
|
* File to configure our font as early as possible in initRoy Marples2007-04-26
|
* Set fonts in init-early.sh, don't stop services twice when shutting down and ↵Roy Marples2007-04-26
| | | | lock prefixed output.
* Fix early setting of fontRoy Marples2007-04-26
|
* Fix vserversRoy Marples2007-04-25
|
* Duh, quote eval properlyRoy Marples2007-04-17
|
* Rationalise our colour usage a little.Roy Marples2007-04-17
|
* Allow addons to pass up their exit status in import_addon. Simplify /dev ↵Mike Frysinger2007-04-17
| | | | handling in init.sh and add mdev as an option.