On Tue, Mar 27, 2012 at 9:37 AM, Alan Mackenzie <a...@muc.de> wrote:
> Hello, Gentoo.
>
> I've been thinking about the problem of the conflation of every
> executable into /usr.  If /usr isn't on /, the system can't boot without
> special preperations.  Nothing new here.
>
> The method usually discussed is to copy the booting software into an
> initramfs on a partition other than /usr, and use this to mount /usr.
>
> My question: what, technically, prevents me from copying the booting
> software instead to /sbin and booting the system that way?

Dynamic linking is probably going to be the killer piece. After every
update, you'd need to make sure all the libraries the binary needs are
also accessible on the / mount.

The other piece is probably somewhere along the lines of "if you're
going to use an initramfs anyway, now you can put / on
$composite_block_device, too!" (Which is something I'll probably start
doing on any system where I'd want /usr on a composite block device
anyway. Which is pretty much all of them; I like the load consumer
balancing behaviors I get from RAID{0|5|6})


-- 
:wq

Reply via email to