From b7e8369177fb34452acce124ab858c678f673146 Mon Sep 17 00:00:00 2001 From: Peter Hjalmarsson Date: Thu, 20 Jan 2011 01:55:07 +0100 Subject: [PATCH 3/4] Remove vgscan vgchange does this anyway. Really only needed if nothing other creates the dev nodes, or there is a cache in need of an update. --- defaults/initrd.scripts | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/defaults/initrd.scripts b/defaults/initrd.scripts index 20acc11..3def83d 100755 --- a/defaults/initrd.scripts +++ b/defaults/initrd.scripts @@ -644,8 +644,6 @@ startVolumes() { setup_md_device "${dev}" done - good_msg "Scanning for Volume Groups" - /bin/vgscan --ignorelockingfailure --mknodes 2>/dev/null good_msg "Activating Volume Groups" /bin/vgchange -ay --sysinit 2>/dev/null -- 1.7.4.rc3