aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2007-09-22 10:18:52 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2007-09-22 10:18:52 +0000
commit2b596c0b8dc9b52f6d5e1e789843cddf21874aa7 (patch)
treee19378c0a560d1292882940e27763e4f35c755d7 /chapter06
parente56d9dc813eda847dbd700b1bda37af626e680fe (diff)
Fixed a @remap attribute.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8395 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/udev.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/udev.xml b/chapter06/udev.xml
index 47660a649..6f7b15b7f 100644
--- a/chapter06/udev.xml
+++ b/chapter06/udev.xml
@@ -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