mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Add udevadm trigger --action=change line
to udev script to support initramfs/LVM better. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9986 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
94d3eee6e4
commit
1005bde5ea
@ -1,3 +1,7 @@
|
|||||||
|
2012-09-05 Bruce Dubbs <bdubbs@linuxfromscratch.org>
|
||||||
|
* Add udevadm trigger --action=change line to udev script
|
||||||
|
to support initramfs better
|
||||||
|
|
||||||
2012-08-24 Bruce Dubbs <bdubbs@linuxfromscratch.org>
|
2012-08-24 Bruce Dubbs <bdubbs@linuxfromscratch.org>
|
||||||
* Read /etc/sysconfig/console when needed in rc
|
* Read /etc/sysconfig/console when needed in rc
|
||||||
|
|
||||||
|
@ -53,8 +53,9 @@ case "${1}" in
|
|||||||
|
|
||||||
# Now traverse /sys in order to "coldplug" devices that have
|
# Now traverse /sys in order to "coldplug" devices that have
|
||||||
# already been discovered
|
# already been discovered
|
||||||
/sbin/udevadm trigger --action=add --type=subsystems
|
/sbin/udevadm trigger --action=add --type=subsystems
|
||||||
/sbin/udevadm trigger --action=add --type=devices
|
/sbin/udevadm trigger --action=add --type=devices
|
||||||
|
/sbin/udevadm trigger --action=change --type=devices
|
||||||
|
|
||||||
# Now wait for udevd to process the uevents we triggered
|
# Now wait for udevd to process the uevents we triggered
|
||||||
/sbin/udevadm settle
|
/sbin/udevadm settle
|
||||||
|
@ -37,6 +37,16 @@
|
|||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>2012-09-05</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Add udevadm trigger --action=change line
|
||||||
|
to udev script to support initramfs better.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2012-09-04</para>
|
<para>2012-09-04</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!ENTITY version "SVN-20120904">
|
<!ENTITY version "SVN-20120905">
|
||||||
<!ENTITY releasedate "September 4, 2012">
|
<!ENTITY releasedate "September 5, 2012">
|
||||||
<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "7.3">
|
<!ENTITY milestone "7.3">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
@ -302,7 +302,7 @@
|
|||||||
<!ENTITY less-ch6-du "3.8 MB">
|
<!ENTITY less-ch6-du "3.8 MB">
|
||||||
<!ENTITY less-ch6-sbu "less than 0.1 SBU">
|
<!ENTITY less-ch6-sbu "less than 0.1 SBU">
|
||||||
|
|
||||||
<!ENTITY lfs-bootscripts-version "20120901"> <!-- Scripts depend on this format -->
|
<!ENTITY lfs-bootscripts-version "20120905"> <!-- Scripts depend on this format -->
|
||||||
<!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB"> <!-- Updated in Makefile -->
|
<!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB"> <!-- Updated in Makefile -->
|
||||||
<!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2">
|
<!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2">
|
||||||
<!ENTITY lfs-bootscripts-md5 "BOOTSCRIPTS-MD5SUM"> <!-- Updated in Makefile -->
|
<!ENTITY lfs-bootscripts-md5 "BOOTSCRIPTS-MD5SUM"> <!-- Updated in Makefile -->
|
||||||
|
Loading…
Reference in New Issue
Block a user