aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2006-03-08 20:28:39 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2006-03-08 20:28:39 +0000
commit2536b3815ff99ada2141d27977833cce292c9a0c (patch)
tree4930ae6e95ac33a83218fbd3bea9a7a491453369
parent37153e09b06103b61de51a2bb89bbc7c88f798bc (diff)
Make /dev/null available to Udev's run_program rules
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/udev_update/BOOK@7414 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--chapter06/udev.xml1
-rw-r--r--general.ent4
3 files changed, 13 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 590b41549..9e4963ee9 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -37,6 +37,16 @@
-->
<listitem>
+ <para>March 8, 2006</para>
+ <itemizedlist>
+ <listitem>
+ <para>[matthew] - Udev's run_program rules require a null device to be
+ present at an early stage, so create one in /lib/udev/devices.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>March 7, 2006</para>
<itemizedlist>
<listitem>
diff --git a/chapter06/udev.xml b/chapter06/udev.xml
index 9bf380b4a..066aea2e3 100644
--- a/chapter06/udev.xml
+++ b/chapter06/udev.xml
@@ -47,6 +47,7 @@
them being required very early in the boot process:</para>
<screen><userinput>install -dv /lib/{firmware,udev/devices/{pts,shm}}
+mknod -m0666 /lib/udev/devices/null c 1 3
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
diff --git a/general.ent b/general.ent
index dbe75ddf2..1996db26c 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "udev_update-20060307">
-<!ENTITY releasedate "March 7, 2006">
+<!ENTITY version "udev_update-20060308">
+<!ENTITY releasedate "March 8, 2006">
<!ENTITY milestone "6.2">
<!ENTITY generic-version "udev_update"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->