aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArchaic <archaic@linuxfromscratch.org>2006-03-02 04:30:53 +0000
committerArchaic <archaic@linuxfromscratch.org>2006-03-02 04:30:53 +0000
commitb812d0fa879733f7be1fd8250ebba371123a776a (patch)
treebc5726a0cd6d5ad9df271af9abf57d75b1ed796e
parenta3a360992bf4f7d300cdddedaa0a8382d1aa7eed (diff)
Create the Udev directories before creating the symlinks.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/udev_update/BOOK@7401 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--chapter06/udev.xml6
-rw-r--r--general.ent4
3 files changed, 15 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 19310acb1..3720252d5 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -37,6 +37,16 @@
-->
<listitem>
+ <para>March 1, 2006</para>
+ <itemizedlist>
+ <listitem>
+ <para>[archaic] - Create the Udev directories before creating the
+ symlinks.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>Febraury 20, 2006</para>
<itemizedlist>
<listitem>
diff --git a/chapter06/udev.xml b/chapter06/udev.xml
index 26650e38c..794c9f209 100644
--- a/chapter06/udev.xml
+++ b/chapter06/udev.xml
@@ -46,12 +46,12 @@
<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
+<screen><userinput>install -dv /lib/{firmware,udev/devices/{pts,shm}}
+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
-install -dv /lib/{firmware,udev/devices/{pts,shm}}</userinput></screen>
+ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen>
<para>Compile the package:</para>
diff --git a/general.ent b/general.ent
index a41d3ab98..7ccc584af 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "udev_update-20060221">
-<!ENTITY releasedate "February 21, 2006">
+<!ENTITY version "udev_update-20060301">
+<!ENTITY releasedate "March 1, 2006">
<!ENTITY milestone "6.2">
<!ENTITY generic-version "udev_update"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->