aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/udev.xml
diff options
context:
space:
mode:
authorJeremy Utley <jeremy@linuxfromscratch.org>2004-10-17 08:48:03 +0000
committerJeremy Utley <jeremy@linuxfromscratch.org>2004-10-17 08:48:03 +0000
commit6135b95e080e9330461eb4dfcf3db227fd28a84d (patch)
tree480353b1cf375e5db8dceb1b940db1e4e958247f /chapter06/udev.xml
parentb457a1d5d0f0ba61e8b4e1197fe127f219d59a29 (diff)
Experimental - don't build udev in chapter 5, instead create a minimal device enviornment at the beginning of chapter 6, and run udevstart after udev is installed in chapter 6.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4295 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/udev.xml')
-rw-r--r--chapter06/udev.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/udev.xml b/chapter06/udev.xml
index a436d35b4..6e0456bea 100644
--- a/chapter06/udev.xml
+++ b/chapter06/udev.xml
@@ -45,6 +45,11 @@ configuration files here:</para>
<screen><userinput>cp ../udev-config-2.permissions /etc/udev/permissions.d/25-lfs.permissions
cp ../udev-config-1.rules /etc/udev/rules.d/25-lfs.rules</userinput></screen>
+<para>Finally, we'll allow udev to create the full compliment of device
+nodes, since earlier we only created a minimal set.</para>
+
+<screen><userinput>/sbin/udevstart</userinput></screen>
+
</sect2>