I'm still confused...
Posted Dec 10, 2011 22:39 UTC (Sat) by
james (subscriber, #1325)
In reply to:
I'm still confused... by pr1268
Parent article:
Distribution quote of the week
At the moment, the situation is:
- initrd mounts /
- initrd switches to /
- userspace in / looks in /usr before /usr is mounted
- BUG!
Under this proposal:
- initrd mounts /
- initrd mounts /usr
- initrd switches to /
- userspace in / looks in /usr
- the bug is hidden; /usr was mounted before "real" userspace ever got started.
So this means that you can have a separate /usr if you're prepared to have an initrd, or you can use your own kernels without initrds if you put /usr on the same filesystem as /.
(
Log in to post comments)