Author: manuel
Date: 2007-09-22 04:18:52 -0600 (Sat, 22 Sep 2007)
New Revision: 8395

Modified:
   trunk/BOOK/chapter06/udev.xml
Log:
Fixed a @remap attribute.

Modified: trunk/BOOK/chapter06/udev.xml
===================================================================
--- trunk/BOOK/chapter06/udev.xml       2007-09-21 17:55:13 UTC (rev 8394)
+++ trunk/BOOK/chapter06/udev.xml       2007-09-22 10:18:52 UTC (rev 8395)
@@ -49,7 +49,7 @@
     <para>Create some devices and directories that Udev cannot handle due to
     them being required very early in the boot process:</para>
 
-<screen><userinput remap="pre">install -dv 
/lib/{firmware,udev/devices/{pts,shm}}
+<screen><userinput remap="install">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

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