From f2a62b4a85a0517617f1c9e508da0d1b129c9ee5 Mon Sep 17 00:00:00 2001 From: Peter Hjalmarsson Date: Thu, 20 Jan 2011 01:48:37 +0100 Subject: [PATCH 2/4] Use vgchange --sysinit Turns off unnecessary stuff, and makes the command look cleaner --- defaults/initrd.scripts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/defaults/initrd.scripts b/defaults/initrd.scripts index 5684c4e..20acc11 100755 --- a/defaults/initrd.scripts +++ b/defaults/initrd.scripts @@ -647,7 +647,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' ] -- 1.7.4.rc3