aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrc.d/init.d/netfs2
-rwxr-xr-xrc.d/rc.sysinit2
2 files changed, 2 insertions, 2 deletions
diff --git a/rc.d/init.d/netfs b/rc.d/init.d/netfs
index 263accff..4bcbe022 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 ay
+ action $"Setting up Logical Volume Management:" /sbin/lvm vgchange -a ay --ignoreskippedcluster
fi
fi
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index 42740e46..9be5f895 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -204,7 +204,7 @@ fi
if [ -x /sbin/lvm ]; then
if [ ! -f /.nolvm ] && ! strstr "$cmdline" nolvm ; then
- action $"Setting up Logical Volume Management:" /sbin/lvm vgchange -a ay --sysinit
+ action $"Setting up Logical Volume Management:" /sbin/lvm vgchange -a ay --sysinit --ignoreskippedcluster
else
echo $"Logical Volume Management disabled at boot."
fi