aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-01-06 17:32:15 +0000
committerBill Nottingham <notting@redhat.com>2001-01-06 17:32:15 +0000
commit28b645d341e8007089edfc7ea007008093ef8dba (patch)
tree5f74fd4b8282e5208ffa8dadac06141585196d28 /rc.d
parent7ed6e7f4fbbde532e3cc0c9f5ccaa0a114dfbee8 (diff)
downloadinitscripts-28b645d341e8007089edfc7ea007008093ef8dba.tar
initscripts-28b645d341e8007089edfc7ea007008093ef8dba.tar.gz
initscripts-28b645d341e8007089edfc7ea007008093ef8dba.tar.bz2
initscripts-28b645d341e8007089edfc7ea007008093ef8dba.tar.xz
initscripts-28b645d341e8007089edfc7ea007008093ef8dba.zip
conflict with ypbind < 1.6-12, since we don't set the NIS domain name anymore
Diffstat (limited to 'rc.d')
-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 }'`