|
@@ -49,7 +49,7 @@
|
|
<para>Create some devices and directories that Udev cannot handle due to
|
|
<para>Create some devices and directories that Udev cannot handle due to
|
|
them being required very early in the boot process:</para>
|
|
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
|
|
mknod -m0666 /lib/udev/devices/null c 1 3
|
|
ln -sv /proc/self/fd /lib/udev/devices/fd
|
|
ln -sv /proc/self/fd /lib/udev/devices/fd
|
|
ln -sv /proc/self/fd/0 /lib/udev/devices/stdin
|
|
ln -sv /proc/self/fd/0 /lib/udev/devices/stdin
|