From 7bc0e5714b424063537023113eeedec66151548a Mon Sep 17 00:00:00 2001 From: Victor Lowther Date: Thu, 12 Mar 2009 06:30:14 -0500 Subject: [PATCH] module 90kernel-modules-loaded On Mon, 2009-03-09 at 16:00 +0100, Harald Hoyer wrote: > Victor Lowther wrote: > > How does it handle nfsroot? > > not yet.. thus the old hooks are still called. :-/ Hmmm... your udev based resume and root mounting do not work at all for me. If I do not install the shell-based mount hooks, the root filesystem never gets mounted -- I have to mount it manually. Also, --- modules.d/99base/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.d/99base/init b/modules.d/99base/init index 8f0ece1..39dd21a 100755 --- a/modules.d/99base/init +++ b/modules.d/99base/init @@ -107,7 +107,7 @@ getarg 'break=mount' && emergency_shell # be sourced any number of times. As soon as one suceeds, no more are sourced. i=0 while :; do - grep -q '/sysroot' /proc/mounts && break; + [ -d "$NEWROOT/proc" ] && break; for f in /mount/*.sh; do [ -x "$f" ] && . "$f"; -- 2.7.4