From afdcf1fa158e9833c163068f77e88d21ba0e3225 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 14 Dec 2007 20:09:53 +0000 Subject: 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. --- init.d/checkroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.d/checkroot') diff --git a/init.d/checkroot b/init.d/checkroot index ef491847..d751168a 100755 --- a/init.d/checkroot +++ b/init.d/checkroot @@ -32,7 +32,7 @@ depend() { do_mtab() { # Don't create mtab if /etc is readonly - if ! cp /dev/null >/etc/mtab 2>/dev/null; then + if ! cp /dev/null /etc/mtab 2>/dev/null; then ewarn "Skipping /etc/mtab initialization (ro root)" return 0 fi -- cgit v1.2.3