mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 13:37:39 +00:00
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
This commit is contained in:
parent
7109566dee
commit
6ea075cf81
@ -56,8 +56,7 @@ first a summary, then a detailed log.</para>
|
||||
<listitem><para>sysklogd-1.4.1-kernel_headers-1.patch</para></listitem>
|
||||
<listitem><para>sysklogd-1.4.1-signal-1.patch</para></listitem>
|
||||
<listitem><para>sysvinit-2.85-proclen-1.patch</para></listitem>
|
||||
<listitem><para>udev-027</para></listitem>
|
||||
<listitem><para>udev-027-permissions-1.patch</para></listitem>
|
||||
<listitem><para>udev-028</para></listitem>
|
||||
<listitem><para>udev-config-1.permissions</para></listitem>
|
||||
<listitem><para>udev-config-1.rules</para></listitem>
|
||||
<listitem><para>util-linux-2.12a-kernel_headers-1.patch</para></listitem>
|
||||
@ -78,6 +77,9 @@ first a summary, then a detailed log.</para>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem><para>June 28, 2004 [winkie]: Upgraded to Udev 028, and dropped the
|
||||
Udev permissions patch.</para></listitem>
|
||||
|
||||
<listitem><para>June 28, 2004 [winkie]: Upgraded to LFS-Bootscripts 2.1.2.
|
||||
</para></listitem>
|
||||
|
||||
|
@ -161,13 +161,6 @@ following:</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Udev Permissions Patch - 3 KB:</term>
|
||||
<listitem>
|
||||
<para><ulink url="&patches-root;udev-&udev-version;-permissions-1.patch"/></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Util-Linux Kernel Headers Patch - 3 KB:</term>
|
||||
<listitem>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -68,6 +68,6 @@
|
||||
<!ENTITY tcl-version "8.4.6">
|
||||
<!ENTITY texinfo-version "4.7">
|
||||
<!ENTITY util-linux-version "2.12a">
|
||||
<!ENTITY udev-version "027">
|
||||
<!ENTITY udev-version "028">
|
||||
<!ENTITY vim-version "6.3">
|
||||
<!ENTITY zlib-version "1.2.1">
|
||||
|
Loading…
Reference in New Issue
Block a user