udev requires try function and the modules-update program should take care of any 2.4 vs 2.6 kernel issues. Also add vim instructions to a few files.

This commit is contained in:
Roy Marples
2007-12-14 20:09:53 +00:00
parent 584cea1f8e
commit afdcf1fa15
19 changed files with 50 additions and 44 deletions

View File

@@ -24,10 +24,11 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
# void single_user()
#
# Drop to a shell, remount / ro, and then reboot
#
# udev needs this still
try() {
"$@"
}
single_user() {
if [ "${RC_SYS}" = "VPS" ]; then
einfo "Halting"
@@ -99,7 +100,7 @@ mount_svcdir() {
fi
}
_rc_get_kv_cache=""
_rc_get_kv_cache=
get_KV() {
[ -z "${_rc_get_kv_cache}" ] \
&& _rc_get_kv_cache="$(uname -r)"