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,
# 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";