[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [RFC]: d-i, /dev, busybox



Erik Andersen wrote:
> http://oss.lineo.com/cgi-bin/cvsweb/busybox/pivot_root.c?rev=1.1&content-type=text/x-cvsweb-markup

Mmmkay, that's trivial enough. :-) So:

# linuxrc
mount -t ramfs none /mnt
# copy whole root fs in
# fully populate /mnt/dev, if devfs not used
pivot_root /mnt /initrd
# Cause what exactly the root is to this process
# is slighlty confused right now.
cd /
freeramdisk

-- 
see shy jo



Reply to: