aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorZack Winkles <winkie@linuxfromscratch.org>2004-06-28 23:20:32 +0000
committerZack Winkles <winkie@linuxfromscratch.org>2004-06-28 23:20:32 +0000
commit6ea075cf81d75ae3cf98c5b984710f8c650c7ab4 (patch)
tree4958e579583e87dd175d5bffb5f2cc2866af5807 /chapter06
parent7109566dee9c231b53c07b7d6cdd0de7e99b48e0 (diff)
Upgraded to Udev 028, and dropped the permissions patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3864 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/udev.xml8
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>