| Commit message (Expand) | Author | Age | Files | Lines |
* | punt things moved to openrc | Mike Frysinger | 2008-03-23 | 11 | -941/+0 |
* | Fix rmnlogin for parallel startup | Roy Marples | 2007-11-01 | 1 | -0/+1 |
* | whitespace | Roy Marples | 2007-10-31 | 1 | -1/+0 |
* | You can now log baselayout-2 again, through the RC_LOGGER conf.d/rc | Roy Marples | 2007-10-31 | 1 | -1/+4 |
* | Do an exact match on tmpfs | Roy Marples | 2007-10-29 | 1 | -1/+1 |
* | /etc/mtab is now a true reflection on /proc/mounts. The only exception is tha... | Roy Marples | 2007-10-29 | 1 | -13/+5 |
* | Indent fixes | Roy Marples | 2007-10-27 | 1 | -17/+15 |
* | Fix tmp cleaning | Roy Marples | 2007-10-23 | 1 | -1/+1 |
* | Only update mtab if /proc/mounts exists | Roy Marples | 2007-10-11 | 1 | -1/+1 |
* | Fix checkroot and give info about mtab | Roy Marples | 2007-10-11 | 1 | -3/+4 |
* | If / block device as in /etc/fstab does not exist, use /dev/root if it's avai... | Roy Marples | 2007-10-11 | 1 | -4/+7 |
* | Always remount root rw if it's not | Roy Marples | 2007-10-09 | 1 | -9/+17 |
* | netmount, localmount, halt.sh and net scripts now check OS specific flags to ... | Roy Marples | 2007-10-09 | 3 | -23/+27 |
* | Don't unmount stuff in /dev or /sys | Roy Marples | 2007-10-05 | 1 | -1/+1 |
* | Don't umount anything in /sys like we do for /proc and /dev | Roy Marples | 2007-10-05 | 1 | -3/+3 |
* | fstabinto now behaves more like mountinfo with respect to --quiet | Roy Marples | 2007-09-25 | 1 | -1/+1 |
* | No need for that sed anymore | Roy Marples | 2007-09-25 | 1 | -5/+4 |
* | Do not require portmap in netmount when nolock option is used with nfs mounts... | Mike Frysinger | 2007-09-25 | 1 | -15/+17 |
* | Use mkdir to test. Also, quote for robustness | Roy Marples | 2007-09-24 | 1 | -10/+10 |
* | --opts to --options | Roy Marples | 2007-09-19 | 1 | -1/+1 |
* | revert EARLY_MOUNTS since everything in the boot runlevel depends on localmou... | Mike Frysinger | 2007-09-09 | 1 | -6/+0 |
* | only do the X lock stuff in /tmp so people can overload WIPE_TMP_DIRS for a g... | Mike Frysinger | 2007-09-09 | 1 | -9/+9 |
* | Allow people to specify a list of early mount points which will be mounted at... | Mike Frysinger | 2007-09-09 | 1 | -0/+6 |
* | Allow people to specify a list of temp dirs to clean in bootmisc #191807. | Mike Frysinger | 2007-09-09 | 1 | -40/+51 |
* | Add --quiet to mountinfo | Roy Marples | 2007-09-03 | 2 | -6/+6 |
* | Setup wtmp for BSD too | Roy Marples | 2007-08-23 | 1 | -7/+5 |
* | `config /etc/fstab' can now be used in depend() functions to show that | Roy Marples | 2007-08-15 | 2 | -6/+9 |
* | Ensure that /var/log exists too | Roy Marples | 2007-08-02 | 1 | -1/+1 |
* | Create needed dirs in bootmisc if they do not exist | Roy Marples | 2007-07-30 | 1 | -43/+51 |
* | Duh, test it | Roy Marples | 2007-07-27 | 1 | -1/+2 |
* | Fix bootmisc stopping for pam_console and write halt record correctly. | Roy Marples | 2007-07-26 | 1 | -3/+3 |
* | Merge some of reb's OpenBSD fixes in | Roy Marples | 2007-07-25 | 3 | -15/+23 |
* | Use printf so we don't put blank lines at the top of new files and fix mounti... | Roy Marples | 2007-07-16 | 1 | -4/+4 |
* | Allow zsh to work as our shell | Roy Marples | 2007-07-16 | 1 | -1/+1 |
* | Yikes, removed that old bash gettextism | Roy Marples | 2007-07-16 | 1 | -1/+1 |
* | Use echo instead of touch - saves on forking | Roy Marples | 2007-07-13 | 2 | -12/+9 |
* | Don't unmount network filesystems in localmount or halt.sh, #175602. | Roy Marples | 2007-07-11 | 2 | -3/+14 |
* | Only mount stuff if not already mounted | Roy Marples | 2007-07-11 | 1 | -5/+5 |
* | init scripts and their extra options can now have descriptions, #184327. | Roy Marples | 2007-07-10 | 8 | -0/+21 |
* | Take no chances with PATH, use our env-update | Roy Marples | 2007-07-09 | 1 | -3/+2 |
* | Add an option to fork ldconfig in env-update, #182794. Also, preserve the ent... | Roy Marples | 2007-07-09 | 1 | -1/+1 |
* | Fix netmount - thanks to Hollow | Roy Marples | 2007-07-08 | 1 | -2/+2 |
* | Allow urandom location to be customized #134489. | Mike Frysinger | 2007-06-22 | 1 | -7/+10 |
* | Use -q option with modprobe rather than sending to /dev/null. | Mike Frysinger | 2007-06-02 | 1 | -2/+1 |
* | Fix from comio for /proc/filesystems typo in localmount #180621. | Mike Frysinger | 2007-06-02 | 1 | -1/+1 |
* | Use killall5 again so we can cleanly remount / readonly, #168977 | Roy Marples | 2007-05-30 | 1 | -0/+6 |
* | Always update mtab | Roy Marples | 2007-05-30 | 1 | -2/+6 |
* | busybox sysctl does not support -q | Roy Marples | 2007-05-16 | 1 | -1/+1 |
* | mount nfsd on /proc/fs/nfs automatically | Mike Frysinger | 2007-05-12 | 1 | -0/+10 |
* | Store the defined random pool size, #177722 thanks to Yaroslav Isakov. | Roy Marples | 2007-05-11 | 4 | -10/+17 |