From 022d1557789f1531db906b9a57cae8da71f4c085 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Sat, 19 Jan 2008 02:52:54 +0000 Subject: use lvm, not lvm.static (#429222) --- rc.d/rc.sysinit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rc.d/rc.sysinit') diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 2d282b07..0afd98f7 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -436,8 +436,8 @@ if [ -c /dev/mapper/control ]; then done fi - if [ -x /sbin/lvm.static ]; then - action $"Setting up Logical Volume Management:" /sbin/lvm.static vgchange -a y --ignorelockingfailure + if [ -x /sbin/lvm ]; then + action $"Setting up Logical Volume Management:" /sbin/lvm vgchange -a y --ignorelockingfailure fi fi -- cgit v1.2.1