[EMAIL PROTECTED] wrote on 22.05.2005 19:51:05: > Thanks Heath. > > Has anyone explained this part yet? > > # mount the development_rootfs proc and portage directories > # don't understand this someone please add comments > mount --bind /proc /opt/i586-gentoo-uclibc-linux/proc/ > mount --bind /usr/portage /opt/i586-gentoo-uclibc-linux/usr/portage >
This just makes your proc and portage directories available from inside of your development_rootfs (after chrooting). So you don't have to copy over all the sources to the small development_rootfs. Probably someone could add this as a comment? BTW: Nice Howto! I'm going to give it a try soon. Marius Sch�fer > > On Sun, 22 May 2005, Heath H Holcomb wrote: > > > Current version is 0.04. I've posted it to mailing list a few weeks ago. > > It's also at http://www.bulah.com/embeddedgentoo.html > > > -- > [email protected] mailing list > -- [email protected] mailing list
