From ba56efcb972fd2f2bfa331432cb8548dcd46353f Mon Sep 17 00:00:00 2001 From: Peter Hjalmarsson Date: Thu, 20 Jan 2011 01:48:37 +0100 Subject: [PATCH] Use vgchange --sysinit Turns off unnecessary stuff, and makes the command look cleaner --- defaults/initrd.scripts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ] -- 2.26.2