Ferdinando Malgrati wrote: > Hi all, > > I need a simply clarification regarding chapter > 6.2. Preparing Virtual Kernel File Systems > > seems that is not request to execute the commands as root, but if > > *mkdir -v $LFS/{dev,proc,sys}* command is possible to do as lfs user > > the next must be done as root, > *mknod -m 600 $LFS/dev/console c 5 1 > mknod -m 666 $LFS/dev/null c 1 3* > > > The question is > > should i create "dev,proc and sys" directory as a root > > and then create console and null device as root?
Yes, everything in Chapter 6 should be done as root. You go into chroot in Section 6.4 anyway and that sets you up as root there. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page