Author: jim
Date: 2005-06-26 17:02:26 -0600 (Sun, 26 Jun 2005)
New Revision: 6199

Modified:
   branches/cross-lfs/BOOK/
   branches/cross-lfs/BOOK/introduction/common/changelog.xml
   branches/cross-lfs/BOOK/reboot/mips64/creatingdirs.xml
   branches/cross-lfs/BOOK/reboot/sparc64-chapter.xml
   branches/cross-lfs/BOOK/reboot/x86_64-chapter.xml
Log:
 [EMAIL PROTECTED]:  jim | 2005-06-26 15:59:46 -0700
 Creating dirs changes in reboot for lib32 and lib64



Property changes on: branches/cross-lfs/BOOK
___________________________________________________________________
Name: svk:merge
   - 7321b066-45f8-0310-a5e2-f63eff31be55:/cross-lfs:6427
dfc39d96-41f8-0310-9e44-b84af8e7c7f6:/books/local:5516
   + 7321b066-45f8-0310-a5e2-f63eff31be55:/cross-lfs:6428
dfc39d96-41f8-0310-9e44-b84af8e7c7f6:/books/local:5516

Modified: branches/cross-lfs/BOOK/introduction/common/changelog.xml
===================================================================
--- branches/cross-lfs/BOOK/introduction/common/changelog.xml   2005-06-26 
23:02:13 UTC (rev 6198)
+++ branches/cross-lfs/BOOK/introduction/common/changelog.xml   2005-06-26 
23:02:26 UTC (rev 6199)
@@ -221,6 +221,10 @@
           <para>[jim] - Added missing symlink in createfiles.xml for lib32 and 
lib64.  
           This change was only for x86_64, mips64, and sparc64.</para>
         </listitem>
+        <listitem>
+          <para>[jim] - Added missing directories in creatingdirs.xml for 
lib32 and lib64.  
+          This change was only for x86_64, mips64, and sparc64.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 

Modified: branches/cross-lfs/BOOK/reboot/mips64/creatingdirs.xml
===================================================================
--- branches/cross-lfs/BOOK/reboot/mips64/creatingdirs.xml      2005-06-26 
23:02:13 UTC (rev 6198)
+++ branches/cross-lfs/BOOK/reboot/mips64/creatingdirs.xml      2005-06-26 
23:02:26 UTC (rev 6199)
@@ -5,6 +5,47 @@
   %general-entities;
 ]>
 
+<sect1 id="ch-reboot-creatingdirs">
+  <?dbhtml filename="creatingdirs.html"?>
+
+  <title>Creating Directories</title>
+
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
-  href="../mips/creatingdirs.xml"
-  xpointer="xpointer(/sect1)"/>
+  href="../common/creatingdirs.xml"
+  xpointer="xpointer(/sect1/para[1])"/>
+
+<screen><userinput>install -d 
${LFS}/{bin,boot,dev,etc/opt,home,lib{,32,64},mnt}
+install -d ${LFS}/{sbin,srv,usr/local,var,opt,proc,sys}
+install -d ${LFS}/root -m 0750
+install -d ${LFS}/tmp ${LFS}/var/tmp -m 1777
+install -d ${LFS}/media/{floppy,cdrom}
+install -d ${LFS}/usr/{bin,include,lib{,32,64},sbin,share,src}
+ln -s share/{man,doc,info} ${LFS}/usr
+install -d ${LFS}/usr/share/{doc,info,locale,man}
+install -d ${LFS}/usr/share/{misc,terminfo,zoneinfo}
+install -d ${LFS}/usr/share/man/man{1,2,3,4,5,6,7,8}
+install -d ${LFS}/usr/local/{bin,etc,include,lib{,32,64},sbin,share,src}
+ln -s share/{man,doc,info} ${LFS}/usr/local
+install -d ${LFS}/usr/local/share/{doc,info,locale,man}
+install -d ${LFS}/usr/local/share/{misc,terminfo,zoneinfo}
+install -d ${LFS}/usr/local/share/man/man{1,2,3,4,5,6,7,8}
+install -d ${LFS}/var/{lock,log,mail,run,spool}
+install -d ${LFS}/var/{opt,cache,lib{,32,64}/{misc,locate},local}
+install -d ${LFS}/opt/{bin,doc,include,info}
+install -d ${LFS}/opt/{lib{,32,64},man/man{1,2,3,4,5,6,7,8}}
+cd ${LFS}/boot
+ln -s . boot</userinput></screen>
+
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+  href="../common/creatingdirs.xml"
+  xpointer="xpointer(/sect1/para[2])"/>
+
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+  href="../common/creatingdirs.xml"
+  xpointer="xpointer(/sect1/para[3])"/>
+
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+  href="../common/creatingdirs.xml"
+  xpointer="xpointer(/sect1/sect2)"/>
+
+</sect1>

Modified: branches/cross-lfs/BOOK/reboot/sparc64-chapter.xml
===================================================================
--- branches/cross-lfs/BOOK/reboot/sparc64-chapter.xml  2005-06-26 23:02:13 UTC 
(rev 6198)
+++ branches/cross-lfs/BOOK/reboot/sparc64-chapter.xml  2005-06-26 23:02:26 UTC 
(rev 6199)
@@ -18,7 +18,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="multilib/inetutils.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="multilib/util-linux.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="multilib/udev.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="common/creatingdirs.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="multilib/creatingdirs.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="multilib/createfiles.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="common/pwdgroup.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="sparc64/kernel.xml"/>

Modified: branches/cross-lfs/BOOK/reboot/x86_64-chapter.xml
===================================================================
--- branches/cross-lfs/BOOK/reboot/x86_64-chapter.xml   2005-06-26 23:02:13 UTC 
(rev 6198)
+++ branches/cross-lfs/BOOK/reboot/x86_64-chapter.xml   2005-06-26 23:02:26 UTC 
(rev 6199)
@@ -18,7 +18,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="multilib/inetutils.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="multilib/util-linux.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="multilib/udev.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="common/creatingdirs.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="multilib/creatingdirs.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="multilib/createfiles.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="common/pwdgroup.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="x86_64/kernel.xml"/>

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

Reply via email to