diff options
Diffstat (limited to 'chapter06/udev.xml')
-rw-r--r-- | chapter06/udev.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 61648af30..4ad69468f 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -55,7 +55,7 @@ <para>Create some devices and directories that Udev cannot handle due to them being required very early in the boot process, or by Udev itself:</para> -<screen><userinput remap="install">install -dv /lib/{firmware,udev/devices/{pts,shm}} +<screen><userinput remap="install">install -dv /lib/{firmware,udev/devices/pts} mknod -m0666 /lib/udev/devices/null c 1 3</userinput></screen> <para>Prepare the package for compilation:</para> |