Author: chris Date: 2006-05-19 22:38:38 -0600 (Fri, 19 May 2006) New Revision: 1630
Modified: trunk/BOOK/chroot/common/kernfs.xml Log: Clarified the note about becoming root in the chroot section by replacing it with an xinclude to the boot section Modified: trunk/BOOK/chroot/common/kernfs.xml =================================================================== --- trunk/BOOK/chroot/common/kernfs.xml 2006-05-17 20:05:26 UTC (rev 1629) +++ trunk/BOOK/chroot/common/kernfs.xml 2006-05-20 04:38:38 UTC (rev 1630) @@ -10,13 +10,10 @@ <title>Mounting Virtual Kernel File Systems</title> - <para>From this point on, we will be running all commands as the - <systemitem class="username">root</systemitem> user. So begin by - exiting from the <command>su</command> as <systemitem - class="username">lfs</systemitem>.</para> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" + href="../../boot/common/devices.xml" + xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/> -<screen role="nodump"><userinput>exit</userinput></screen> - <para>Various file systems exported by the kernel are used to communicate to and from the kernel itself. These file systems are virtual in that no disk space is used for them. The content of the file systems resides in -- http://linuxfromscratch.org/mailman/listinfo/cross-lfs FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
