aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--initscripts.spec2
-rwxr-xr-xrc.d/init.d/netfs2
-rwxr-xr-xrc.d/rc.sysinit2
3 files changed, 3 insertions, 3 deletions
diff --git a/initscripts.spec b/initscripts.spec
index a24e4691..cdcd7063 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -36,7 +36,7 @@ Conflicts: xorg-x11, glib2 < 2.11.1-2
Conflicts: alsa-utils < 1.0.18
Conflicts: plymouth < 0.8.3-9
Conflicts: s390utils < 2:1.8.2-11
-Conflicts: dmraid < 1.0.0.rc16-7, lvm2 < 2.02.65
+Conflicts: dmraid < 1.0.0.rc16-7, lvm2 < 2.02.97-2
Conflicts: e2fsprogs < 1.15
# http://bugzilla.redhat.com/show_bug.cgi?id=252973
Conflicts: nut < 2.2.0
diff --git a/rc.d/init.d/netfs b/rc.d/init.d/netfs
index 2b5dd84a..81784124 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 y
+ action $"Setting up Logical Volume Management:" /sbin/lvm vgchange -a ay
fi
fi
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index bc484ec7..2410d616 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -198,7 +198,7 @@ fi
[ -r /proc/mdstat -a -r /dev/md/md-device-map ] && /sbin/mdadm -IRs
if [ -x /sbin/lvm ]; then
- action $"Setting up Logical Volume Management:" /sbin/lvm vgchange -a y --sysinit
+ action $"Setting up Logical Volume Management:" /sbin/lvm vgchange -a ay --sysinit
fi
if [ -f /etc/crypttab ]; then