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:
@@ -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
|
||||
|
Reference in New Issue
Block a user