mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Merge remote-tracking branch 'origin/trunk' into xry111/loongarch
This commit is contained in:
commit
e8179f4907
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
<appendix id="rules" xreflabel="Appendix E" revision="sysv">
|
<appendix id="rules" xreflabel="Appendix E" revision="sysv">
|
||||||
<?dbhtml dir="scripts"?>
|
<?dbhtml dir="scripts"?>
|
||||||
<?dbhtml filename="eudev-rules.html"?>
|
<?dbhtml filename="udev-rules.html"?>
|
||||||
|
|
||||||
<title>Udev configuration rules</title>
|
<title>Udev configuration rules</title>
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>2023-07-15</para>
|
<para>2023-07-15</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem revision='sysv'>
|
||||||
<para>[xry111] - Replace eudev-3.2.12 with udev from systemd-253.
|
<para>[xry111] - Replace eudev-3.2.12 with udev from systemd-253.
|
||||||
Fixes <ulink url='&lfs-ticket-root;5285'>#5085</ulink>.</para>
|
Fixes <ulink url='&lfs-ticket-root;5285'>#5085</ulink>.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
</indexterm>
|
</indexterm>
|
||||||
|
|
||||||
<para>In <xref linkend="chapter-building-system"/>, we installed the udev
|
<para>In <xref linkend="chapter-building-system"/>, we installed the udev
|
||||||
daemon when <phrase revision="sysv">eudev</phrase>
|
daemon when <phrase revision="sysv">udev</phrase>
|
||||||
<phrase revision="systemd">systemd</phrase> was built. Before we go into the
|
<phrase revision="systemd">systemd</phrase> was built. Before we go into the
|
||||||
details regarding how udev works, a brief history of previous methods of
|
details regarding how udev works, a brief history of previous methods of
|
||||||
handling devices is in order.</para>
|
handling devices is in order.</para>
|
||||||
|
@ -288,7 +288,7 @@ File systems --->
|
|||||||
<term><parameter>Support for uevent helper</parameter></term>
|
<term><parameter>Support for uevent helper</parameter></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Having this option set may interfere with device
|
<para>Having this option set may interfere with device
|
||||||
management when using Udev/Eudev. </para>
|
management when using Udev.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
@ -298,7 +298,7 @@ File systems --->
|
|||||||
<para>This will create automated device nodes which are populated by the
|
<para>This will create automated device nodes which are populated by the
|
||||||
kernel, even without Udev running. Udev then runs on top of this,
|
kernel, even without Udev running. Udev then runs on top of this,
|
||||||
managing permissions and adding symlinks. This configuration
|
managing permissions and adding symlinks. This configuration
|
||||||
item is required for all users of Udev/Eudev.</para>
|
item is required for all users of Udev.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
@ -124,7 +124,6 @@ if ( $package == "e2fsprogs" ) $dirpath = "https://sourceforge.net/projects/e2f
|
|||||||
if ( $package == "expat" ) $dirpath = "https://sourceforge.net/projects/expat/files";
|
if ( $package == "expat" ) $dirpath = "https://sourceforge.net/projects/expat/files";
|
||||||
if ( $package == "elfutils" ) $dirpath = "https://sourceware.org/ftp/elfutils";
|
if ( $package == "elfutils" ) $dirpath = "https://sourceware.org/ftp/elfutils";
|
||||||
if ( $package == "expect" ) $dirpath = "https://sourceforge.net/projects/expect/files";
|
if ( $package == "expect" ) $dirpath = "https://sourceforge.net/projects/expect/files";
|
||||||
if ( $package == "eudev" ) $dirpath = github("eudev-project/eudev");
|
|
||||||
if ( $package == "file" ) $dirpath = "https://github.com/file/file/tags";
|
if ( $package == "file" ) $dirpath = "https://github.com/file/file/tags";
|
||||||
if ( $package == "flex" ) $dirpath = github("westes/flex");
|
if ( $package == "flex" ) $dirpath = github("westes/flex");
|
||||||
if ( $package == "flit_core" ) $dirpath = "https://pypi.org/project/flit-core/";
|
if ( $package == "flit_core" ) $dirpath = "https://pypi.org/project/flit-core/";
|
||||||
|
@ -138,7 +138,7 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem revision="sysv">
|
<listitem revision="sysv">
|
||||||
<para>Eudev</para>
|
<para>Udev</para>
|
||||||
|
|
||||||
<para>This package is a device manager. It dynamically controls the ownership,
|
<para>This package is a device manager. It dynamically controls the ownership,
|
||||||
permissions, names, and symbolic links of device nodes in the /dev directory when
|
permissions, names, and symbolic links of device nodes in the /dev directory when
|
||||||
@ -233,7 +233,7 @@
|
|||||||
|
|
||||||
<para>This package produces a program that generates a perfect hash
|
<para>This package produces a program that generates a perfect hash
|
||||||
function from a set of keys. It is required by
|
function from a set of keys. It is required by
|
||||||
<phrase revision='sysv'>Eudev</phrase>
|
<phrase revision='sysv'>Udev</phrase>
|
||||||
<phrase revision='systemd'>Systemd</phrase>.</para>
|
<phrase revision='systemd'>Systemd</phrase>.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user