On Mon, Jan 15, 2007 at 09:03:43AM +0100, Lauri Kasanen wrote: > > Sorry, I forgot about proc and sys. Im not sure > if they will cause problems, but it's better to do > that from the host system. >
You should _never_ copy /proc and /sys to the new system, just make the mountpoints. /dev can also give problems if you are careless, e.g. accidentally copying /proc/kcore ( as /dev/core) is a real PITA. You don't need most of the contents of /dev because udev will create it, but you will need to create /dev/console and /dev/null to be able to boot. ĸen -- das eine Mal als Tragödie, das andere Mal als Farce -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
