hide partitions of dmraid devices

This commit is contained in:
root 2009-06-26 10:42:28 +02:00
parent ae2b3e27cd
commit b70503ad21

View file

@ -12,9 +12,9 @@ run_hook ()
fi
msg ":: Activating dmraid arrays..."
if [ "${quiet}" = "y" ]; then
/usr/sbin/dmraid -ay >/dev/null
/usr/sbin/dmraid -ay -Z >/dev/null
else
/usr/sbin/dmraid -ay
/usr/sbin/dmraid -ay -Z
fi
fi
}