From f00f8d9e9f6a7382011166dbbef59eedce990b48 Mon Sep 17 00:00:00 2001 From: Lukas Nykryn Date: Mon, 8 Oct 2012 13:31:22 +0200 Subject: use vgchange -aay in rc.sysinit and netfs init script --- rc.d/init.d/netfs | 2 +- rc.d/rc.sysinit | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'rc.d') diff --git a/rc.d/init.d/netfs b/rc.d/init.d/netfs index 2b5dd84a..81784124 100755 --- a/rc.d/init.d/netfs +++ b/rc.d/init.d/netfs @@ -55,7 +55,7 @@ case "$1" in fi if [ -x /sbin/lvm ]; then if /sbin/lvm vgscan > /dev/null 2>&1 ; then - action $"Setting up Logical Volume Management:" /sbin/lvm vgchange -a y + action $"Setting up Logical Volume Management:" /sbin/lvm vgchange -a ay fi fi diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index bc484ec7..2410d616 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -198,7 +198,7 @@ fi [ -r /proc/mdstat -a -r /dev/md/md-device-map ] && /sbin/mdadm -IRs if [ -x /sbin/lvm ]; then - action $"Setting up Logical Volume Management:" /sbin/lvm vgchange -a y --sysinit + action $"Setting up Logical Volume Management:" /sbin/lvm vgchange -a ay --sysinit fi if [ -f /etc/crypttab ]; then -- cgit v1.2.1