Author: bdubbs
Date: 2012-09-05 18:03:55 -0600 (Wed, 05 Sep 2012)
New Revision: 10634
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/filesystems/initramfs.xml
Log:
Add --noudevsync option to mkinitramfs/init.in script
to prevent hangs on some systems.
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2012-09-05 23:11:23 UTC
(rev 10633)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2012-09-06 00:03:55 UTC
(rev 10634)
@@ -47,6 +47,12 @@
<para>September 5th, 2012</para>
<itemizedlist>
<listitem>
+ <para>[bdubbs] - Add --noudevsync option to
+ mkinitramfs/init.in script to prevent hangs on
+ some systems. Fixes
+ <ulink url="&blfs-ticket-root;3557">#3557</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[bdubbs] - Update to mercurial-2.3.1. Fixes
<ulink url="&blfs-ticket-root;3491">#3491</ulink>.</para>
</listitem>
Modified: trunk/BOOK/postlfs/filesystems/initramfs.xml
===================================================================
--- trunk/BOOK/postlfs/filesystems/initramfs.xml 2012-09-05 23:11:23 UTC
(rev 10633)
+++ trunk/BOOK/postlfs/filesystems/initramfs.xml 2012-09-06 00:03:55 UTC
(rev 10634)
@@ -325,9 +325,9 @@
udevadm trigger
udevadm settle
-if [ -f /etc/mdadm.conf ] ; then mdadm -As ; fi
-if [ -x /sbin/vgchange ] ; then /sbin/vgchange -a y > /dev/null ; fi
-if [ -n "$rootdelay" ] ; then sleep "$rootdelay" ; fi
+if [ -f /etc/mdadm.conf ] ; then mdadm -As
; fi
+if [ -x /sbin/vgchange ] ; then /sbin/vgchange --noudevsync -a y >
/dev/null ; fi
+if [ -n "$rootdelay" ] ; then sleep "$rootdelay"
; fi
do_mount_root
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page