Author: matthew
Date: 2006-02-19 09:52:01 -0700 (Sun, 19 Feb 2006)
New Revision: 7375

Modified:
   branches/udev_update/BOOK/chapter01/changelog.xml
   branches/udev_update/BOOK/chapter06/creatingdirs.xml
   branches/udev_update/BOOK/chapter06/udev.xml
   branches/udev_update/BOOK/general.ent
Log:
Move creating udev specific directories to udev's instructions

Modified: branches/udev_update/BOOK/chapter01/changelog.xml
===================================================================
--- branches/udev_update/BOOK/chapter01/changelog.xml   2006-02-14 20:19:40 UTC 
(rev 7374)
+++ branches/udev_update/BOOK/chapter01/changelog.xml   2006-02-19 16:52:01 UTC 
(rev 7375)
@@ -37,6 +37,19 @@
 -->
 
     <listitem>
+      <para>February 19, 2006</para>
+      <itemizedlist>
+        <listitem>
+          <para>[matthew] - Create udev specific directories in udev's
+          instructions instead of the more generic creatingdirs.xml.  Add
+          &quot;pts&quot; and &quot;shm&quot; directories to
+          <filename class="directory">/lib/udev/devices</filename> so that they
+          can be mounted successfully at boot time.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>Febraury 10, 2006</para>
       <itemizedlist>
         <listitem>

Modified: branches/udev_update/BOOK/chapter06/creatingdirs.xml
===================================================================
--- branches/udev_update/BOOK/chapter06/creatingdirs.xml        2006-02-14 
20:19:40 UTC (rev 7374)
+++ branches/udev_update/BOOK/chapter06/creatingdirs.xml        2006-02-19 
16:52:01 UTC (rev 7375)
@@ -31,8 +31,7 @@
 install -dv /var/{lock,log,mail,run,spool}
 install -dv /var/{opt,cache,lib/{misc,locate},local}
 install -dv /opt/{bin,doc,include,info}
-install -dv /opt/{lib,man/man{1,2,3,4,5,6,7,8}}
-install -dv /lib/{firmware,udev/devices}</userinput></screen>
+install -dv /opt/{lib,man/man{1,2,3,4,5,6,7,8}}</userinput></screen>
 
   <para>Directories are, by default, created with permission mode 755, but
   this is not desirable for all directories. In the commands above, two

Modified: branches/udev_update/BOOK/chapter06/udev.xml
===================================================================
--- branches/udev_update/BOOK/chapter06/udev.xml        2006-02-14 20:19:40 UTC 
(rev 7374)
+++ branches/udev_update/BOOK/chapter06/udev.xml        2006-02-19 16:52:01 UTC 
(rev 7375)
@@ -43,14 +43,15 @@
   <sect2 role="installation">
     <title>Installation of Udev</title>
 
-    <para>Create some devices that Udev cannot handle due to them being 
required
-    very early in the boot process:</para>
+    <para>Create some devices and directories that Udev cannot handle due to
+    them being required very early in the boot process:</para>
 
 <screen><userinput>ln -sv /proc/self/fd /lib/udev/devices/fd
 ln -sv /proc/self/fd/0 /lib/udev/devices/stdin
 ln -sv /proc/self/fd/1 /lib/udev/devices/stdout
 ln -sv /proc/self/fd/2 /lib/udev/devices/stderr
-ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen>
+ln -sv /proc/kcore /lib/udev/devices/core
+install -dv /lib/{firmware,udev/devices/{pts,shm}}</userinput></screen>
 
     <para>Compile the package:</para>
 

Modified: branches/udev_update/BOOK/general.ent
===================================================================
--- branches/udev_update/BOOK/general.ent       2006-02-14 20:19:40 UTC (rev 
7374)
+++ branches/udev_update/BOOK/general.ent       2006-02-19 16:52:01 UTC (rev 
7375)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "udev_update-20060212">
-<!ENTITY releasedate "February 12, 2006">
+<!ENTITY version "udev_update-20060219">
+<!ENTITY releasedate "February 19, 2006">
 <!ENTITY milestone "6.2">
 <!ENTITY generic-version "udev_update"> <!-- Use "development", "testing", or 
"x.y[-pre{x}]" -->
 

-- 
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