diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/udev.xml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 104f26122..58b164e5f 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -23,13 +23,7 @@ <sect2 role="installation"> <title>Installation of Udev</title> -<para>Begin by fixing an issue by which Udev ignores the contents of its -permissions configuration file, and instead makes certain nodes (in particular -<filename>/dev/null</filename>) usable only by root.</para> - -<screen><userinput>patch -Np1 -i ../udev-027-permissions-1.patch</userinput></screen> - -<para>Now compile Udev:</para> +<para>First compile Udev:</para> <screen><userinput>make udevdir=/dev</userinput></screen> |