On Mon, June 12, 2006 2:46 pm, Andreas Beckmann said: > Package: rootstrap > Version: 0.3.22-1 > Severity: normal > Tags: patch > > Hi, > > the module uml mounts $TARGET/proc, but doesn't umount it again. > This breaks any user supplied modules that are run after 'uml' and try > to mount/umount /proc themselves.
it is umount-ed in the "umount" module, together with all the other FSes. You may want to put your module between "uml" and "umount" and avoid mounting/umounting $TARGET/proc at all (and I agree that current rootstrap docs are pretty lacking about it). Anyway I'd like to group things a little better, current modules are somewhat messy in the in what they do and how. -- mattia :wq!

