Explorar o código

Fixed a @remap attribute.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8395 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia %!s(int64=18) %!d(string=hai) anos
pai
achega
2b596c0b8d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      chapter06/udev.xml

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