diff --git a/boot.dmraid b/boot.dmraid index 2424e3c..bdbedbb 100644 --- a/boot.dmraid +++ b/boot.dmraid @@ -39,7 +39,7 @@ case "$1" in /sbin/udevsettle --timeout=$DMRAID_DEVICE_TIMEOUT fi echo "Activating dmraid..." - $DMRAID -ay $DMRAID_START_OPTIONS + $DMRAID -ay -p $DMRAID_START_OPTIONS rc_status -v -r ;; diff --git a/dmraid.changes b/dmraid.changes index e6dffca..2bc370e 100644 --- a/dmraid.changes +++ b/dmraid.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 30 13:34:11 CEST 2007 - hare@suse.de + +- Do not activate partitions from dmraid; udev handles it. + ------------------------------------------------------------------- Tue Jul 10 10:59:13 CEST 2007 - mkoenig@suse.de diff --git a/dmraid.spec b/dmraid.spec index e9b603b..1e75475 100644 --- a/dmraid.spec +++ b/dmraid.spec @@ -18,7 +18,7 @@ Group: System/Base Autoreqprov: on Summary: A Device-Mapper Software RAID Support Tool Version: 1.0.0.rc14 -Release: 1 +Release: 7 Source: ftp://people.redhat.com/heinzm/sw/dmraid/src/dmraid-%{version}.tar.bz2 Source1: sysconfig.dmraid Source2: boot.dmraid @@ -114,6 +114,8 @@ install -m744 %{SOURCE2} $RPM_BUILD_ROOT/etc/init.d/boot.dmraid /etc/init.d/boot.dmraid %changelog +* Mon Jul 30 2007 - hare@suse.de +- Do not activate partitions from dmraid; udev handles it. * Tue Jul 10 2007 - mkoenig@suse.de - update to version 1.0.0.rc14 * bugfix release