Author: jhuntwork Date: 2005-04-26 21:16:21 -0600 (Tue, 26 Apr 2005) New Revision: 5127
Modified: branches/cross-lfs/BOOK/chroot/kernfs.xml Log: Added note about exiting as 'lfs' user Modified: branches/cross-lfs/BOOK/chroot/kernfs.xml =================================================================== --- branches/cross-lfs/BOOK/chroot/kernfs.xml 2005-04-27 02:11:22 UTC (rev 5126) +++ branches/cross-lfs/BOOK/chroot/kernfs.xml 2005-04-27 03:16:21 UTC (rev 5127) @@ -7,6 +7,12 @@ <title>Mounting Virtual Kernel File Systems</title> <?dbhtml filename="kernfs.html"?> +<para>From this point on, we will be running all commands as +the <emphasis>root</emphasis> user. So begin by exiting from the su +as <emphasis>lfs</emphasis>. + +<screen><userinput>exit</userinput></screen> + <para>Various file systems exported by the kernel do not exist on the hard drive, but are used to communicate to and from the kernel itself.</para> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
