Author: chris
Date: 2006-05-29 22:12:33 -0600 (Mon, 29 May 2006)
New Revision: 1690

Modified:
   trunk/BOOK/chroot/common/creatingdirs.xml
   trunk/BOOK/chroot/common/kernfs.xml
   trunk/BOOK/final-system/common/testsuitesagain.xml
   trunk/BOOK/general.ent
Log:
Moved the creation of /dev to earlier in the instructions for chrooting

Modified: trunk/BOOK/chroot/common/creatingdirs.xml
===================================================================
--- trunk/BOOK/chroot/common/creatingdirs.xml   2006-05-30 00:33:52 UTC (rev 
1689)
+++ trunk/BOOK/chroot/common/creatingdirs.xml   2006-05-30 04:12:33 UTC (rev 
1690)
@@ -14,7 +14,7 @@
   href="../../boot/common/creatingdirs.xml"
   xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/>
 
-<screen><userinput>install -dv /{bin,boot,dev,etc/opt,home,lib,mnt}
+<screen><userinput>install -dv /{bin,boot,etc/opt,home,lib,mnt}
 install -dv /{sbin,srv,usr/local,var,opt,proc,sys}
 install -dv /root -m 0750
 install -dv /tmp /var/tmp -m 1777

Modified: trunk/BOOK/chroot/common/kernfs.xml
===================================================================
--- trunk/BOOK/chroot/common/kernfs.xml 2006-05-30 00:33:52 UTC (rev 1689)
+++ trunk/BOOK/chroot/common/kernfs.xml 2006-05-30 04:12:33 UTC (rev 1690)
@@ -22,7 +22,7 @@
   <para>Begin by creating directories onto which the file systems will
   be mounted:</para>
 
-<screen><userinput>mkdir -pv $LFS/{proc,sys}</userinput></screen>
+<screen><userinput>mkdir -pv $LFS/{dev,proc,sys}</userinput></screen>
 
   <para>Now mount the file systems:</para>
 

Modified: trunk/BOOK/final-system/common/testsuitesagain.xml
===================================================================
--- trunk/BOOK/final-system/common/testsuitesagain.xml  2006-05-30 00:33:52 UTC 
(rev 1689)
+++ trunk/BOOK/final-system/common/testsuitesagain.xml  2006-05-30 04:12:33 UTC 
(rev 1690)
@@ -21,7 +21,7 @@
   <para>A common issue with running the test suites for Binutils and GCC
   is running out of pseudo terminals (PTYs). This can result in a high
   number of failing tests. This may happen for several reasons, but the
-  most likely cause is that the host system does not have the
+  most likely cause (if you chrooted) is that the host system does not have the
   <systemitem class="filesystem">devpts</systemitem> file system set up
   correctly. This issue is discussed in greater detail at
   <ulink url="&faq-root;#no-ptys"/>.</para>

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2006-05-30 00:33:52 UTC (rev 1689)
+++ trunk/BOOK/general.ent      2006-05-30 04:12:33 UTC (rev 1690)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<!ENTITY version "SVN-20060529">
+<!ENTITY version "SVN-20060530">
 <!ENTITY version-x86 "&version;-x86">
 <!ENTITY version-x86_64 "&version;-x86_64-Multilib">
 <!ENTITY version-x86_64-64 "&version;-x86_64-Pure64">
@@ -15,7 +15,7 @@
 <!ENTITY version-mips64-64 "&version;-MIPS64-Pure64">
 <!ENTITY version-alpha "&version;-ALPHA">
 
-<!ENTITY releasedate "May 29, 2006">
+<!ENTITY releasedate "May 30, 2006">
 <!ENTITY milestone "0.1">
 <!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" 
-->
 

-- 
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to