aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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