r106 - mdadm/trunk/debian/initramfs
madduck at users.alioth.debian.org
madduck at users.alioth.debian.org
Sat Aug 12 15:36:00 UTC 2006
Author: madduck
Date: 2006-08-12 15:35:59 +0000 (Sat, 12 Aug 2006)
New Revision: 106
Modified:
mdadm/trunk/debian/initramfs/hook
Log:
do not remove hook/md anymore
Modified: mdadm/trunk/debian/initramfs/hook
===================================================================
--- mdadm/trunk/debian/initramfs/hook 2006-08-11 12:24:54 UTC (rev 105)
+++ mdadm/trunk/debian/initramfs/hook 2006-08-12 15:35:59 UTC (rev 106)
@@ -100,11 +100,6 @@
MODULES="linear multipath raid0 raid1 raid456 raid5 raid6 raid10"
for mod in $MODULES; do manual_add_modules $mod; done
- # prevent problems with old md script. Since this hook is only called if
- # either this file does not exist or the user chose to try the new stuff,
- # this is safe.
- rm -f $DESTDIR/scripts/local-top/md
-
if [ "$DEVS" = all ]; then
DEVNAMES="all RAID arrays"
else
More information about the pkg-mdadm-commits
mailing list