aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/rc.sysinit
diff options
context:
space:
mode:
Diffstat (limited to 'rc.d/rc.sysinit')
-rwxr-xr-xrc.d/rc.sysinit5
1 files changed, 5 insertions, 0 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index f4fe64de..6a9caa4b 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -195,6 +195,11 @@ if [ "$BOOTUP" != "serial" ]; then
else
fsckoptions="-V $fsckoptions"
fi
+
+# LVM Setting
+if [ -e /proc/lvm -a -x /sbin/vgchange ]; then
+ /sbin/vgchange -a y
+fi
_RUN_QUOTACHECK=0
ROOTFSTYPE=`grep " / " /proc/mounts | awk '{ print $3 }'`