On Tue, 27 Mar 2012 21:24:22 +0000
Alan Mackenzie <a...@muc.de> wrote:

> That is precisely what the question was NOT about.  The idea was to
> copy (not move) booting software to /sbin instead of an initramfs -
> the exact same programs, modulo noise - to have the SW in /sbin
> necessary to mount /usr.

Two words:

shared libraries

Copying binaries is not enough. You have to find and copy every shared
library those binaries use. Plus all the data and other files they
might need.

This is non-trivial.

-- 
Alan McKinnnon
alan.mckin...@gmail.com


Reply via email to