On Fri, Nov 08, 2002 at 11:23:25AM -0500, David Boyes wrote: > You would need at least one non-root/swap address mounted as /config or > something for storing the configuration of what goes where, and you'd > have to move at least a few of the utilities (eg mount, ifconfig, etc) > from /usr to /sbin (generating statically linked versions) and include > /sbin in the root filesystem.
What distribution are you using which places these utilities in /usr? Those utilities are (or may be) required in order to mount /usr. Also, they should not need to be statically linked, as they should only be linked with libraries in /lib. -- - mdz
