From 28b645d341e8007089edfc7ea007008093ef8dba Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Sat, 6 Jan 2001 17:32:15 +0000 Subject: conflict with ypbind < 1.6-12, since we don't set the NIS domain name anymore --- rc.d/rc.sysinit | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'rc.d') 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 }'` -- cgit v1.2.1