>>>>> On Sun, 29 Apr 2012, Mike Frysinger wrote: > i've added a new USE=sep-usr flag to busybox. when enabled, this > will install a static busybox at /ginit (and have the other busybox > paths symlink to that so there's no overhead). this new applet has a > hand written set of commands to automatically mount /dev /proc /sys > /usr and seed /dev, and then execute the real init (defaulting to > /sbin/init).
Shouldn't it fsck the /usr partition before mounting it? I don't see that in ginit.c. Ulrich