rc --override foo will override the runlevel to load after boot or single user runlevels to avoid rc recursion, #196338

This commit is contained in:
Roy Marples
2007-10-29 16:02:18 +00:00
parent 8c85fa399f
commit c9fe3ade4c
5 changed files with 28 additions and 7 deletions

View File

@@ -3,6 +3,9 @@
29 Oct 2007; Roy Marples <uberlord@gentoo.org>:
rc --override foo will override the runlevel to load after boot
or single user runlevels to avoid rc recursion, #196338
/etc/mtab is now a true reflection on /proc/mounts.
The only exception is that we punt any / on tmpfs entry, #194615.