On Fri, 22 Oct 2010 08:59:55 -0700 Nolan <4030...@gmail.com> wrote: > IIRC ubuntu will not allow me to create anything in the native > environment without a 'sudo'. > Sure, so use sudo to create the user lfs, format and mount the partition, create the folders /mnt/lfs/sources and /mnt/lfs/tools, chown then so they are owned by lfs and create the /tools => /mnt/lfs/tools symlink
>From then on _everything_ should be done as the user lfs until you get to the end of chapter 5 > Can I change the directory and file ownership to "lfs" with a chown, or > is the fact that the programs were compiled as > "root" have a detrimental effect? chown -R lfs /mnt/lfs/{sources,tools} may work, I don't know. The detrimental effect of compiling as root is that root can install files anywhere and so may damage your host system. Andy -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page