Do not sleep after vgscan (bug #351047)

cleanup-cruft
Sebastian Pipping 14 years ago
parent 8b52cccc02
commit b3d07b46a7

@ -5,6 +5,9 @@
# Distributed under the GPL v2
# $Id$
16 Jan 2011; Sebastian Pipping <sping@gentoo.org> defaults/initrd.scripts:
Do not sleep after vgscan (bug #351047)
16 Jan 2011; Sebastian Pipping <sping@gentoo.org> ChangeLog:
Changes:
- Fix compilation of LVM 2.02.74 (and 2.02.28) (bug #255196, bug #267383)

@ -645,7 +645,6 @@ startVolumes() {
good_msg "Scanning for Volume Groups"
/bin/vgscan --ignorelockingfailure --mknodes 2>/dev/null
sleep 2
good_msg "Activating Volume Groups"
/bin/vgchange -ay --ignorelockingfailure 2>/dev/null

Loading…
Cancel
Save