mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
We are creating a new file, no appending to an existing one.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7533 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
7f28bcc030
commit
0306755a86
@ -105,7 +105,7 @@ ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen>
|
|||||||
<para>Create some rules that work around broken sysfs attribute creation
|
<para>Create some rules that work around broken sysfs attribute creation
|
||||||
timing in linux-2.6.15:</para>
|
timing in linux-2.6.15:</para>
|
||||||
|
|
||||||
<screen><userinput>cat >> /etc/udev/rules.d/10-wait_for_sysfs.rules << "EOF"
|
<screen><userinput>cat > /etc/udev/rules.d/10-wait_for_sysfs.rules << "EOF"
|
||||||
ACTION=="add", DEVPATH=="/devices/*", ENV{PHYSDEVBUS}=="?*", WAIT_FOR_SYSFS="bus"
|
ACTION=="add", DEVPATH=="/devices/*", ENV{PHYSDEVBUS}=="?*", WAIT_FOR_SYSFS="bus"
|
||||||
ACTION=="add", SUBSYSTEM=="net", WAIT_FOR_SYSFS="address"
|
ACTION=="add", SUBSYSTEM=="net", WAIT_FOR_SYSFS="address"
|
||||||
EOF</userinput></screen>
|
EOF</userinput></screen>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!ENTITY version "SVN-20060415">
|
<!ENTITY version "SVN-20060416">
|
||||||
<!ENTITY releasedate "April 15, 2006">
|
<!ENTITY releasedate "April 16, 2006">
|
||||||
<!ENTITY milestone "6.2">
|
<!ENTITY milestone "6.2">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user