From: Peter Hjalmarsson Date: Thu, 20 Jan 2011 00:48:37 +0000 (+0100) Subject: Use vgchange --sysinit X-Git-Tag: v3.4.12.6~5 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ba56efcb972fd2f2bfa331432cb8548dcd46353f;p=genkernel.git Use vgchange --sysinit Turns off unnecessary stuff, and makes the command look cleaner --- diff --git a/defaults/initrd.scripts b/defaults/initrd.scripts index d0f8de5..9a5e812 100755 --- a/defaults/initrd.scripts +++ b/defaults/initrd.scripts @@ -642,7 +642,7 @@ startVolumes() { good_msg "Scanning for Volume Groups" /bin/vgscan --ignorelockingfailure --mknodes 2>/dev/null good_msg "Activating Volume Groups" - /bin/vgchange -ay --ignorelockingfailure 2>/dev/null + /bin/vgchange -ay --sysinit 2>/dev/null # Disable EVMS since lvm is activated and they dont work together. if [ "${USE_EVMS_NORMAL}" = '1' ]