On Friday, September 09, 2011 07:24:06 PM pk wrote:
> On 2011-09-09 10:53, Dale wrote:
> > Can I slap whoever started this?  The more I think on this, the worse it
> 
> Yes Dale, you have my permission! And while you're at it, slap him from
> me too! ;-)
> 
> It _may_ be this guy that's responsible for this crap:
> http://linuxplumbersconf.org/ocw/users/58
> 
> Also:
> http://comments.gmane.org/gmane.linux.hotplug.devel/16994

Interesting read, also that link for systemd.

What about the following as a gentoo-solution:

As long as filesystem-support for /usr is in the kernel, why can't "/usr" be 
mounted right after "/"?

Eg. instead of worrying with an init*, why not edit the boot-scripts to have 
"/usr" mounted before udev and colleagues start?

mount is still in /bin
fstab is still in /etc
Both should be available during boot.

A script that does:
mount /
check /etc/fstab to see if "/usr" is seperate
if yes: mount /usr

--
Joost

Reply via email to