summaryrefslogtreecommitdiff
path: root/debian/initramfs
diff options
context:
space:
mode:
authormadduck <madduck@3cfab66f-1918-0410-86b3-c06b76f9a464>2006-08-12 15:35:59 +0000
committermadduck <madduck@3cfab66f-1918-0410-86b3-c06b76f9a464>2006-08-12 15:35:59 +0000
commit3f362d09edf772a3227ee58d7bb71bc4d44e0ee4 (patch)
tree8724d542fe3f7823b6c14017651e2f64812487b0 /debian/initramfs
parenta98a5e51425fffcee26561dbc1ccffcf6327adab (diff)
do not remove hook/md anymore
Diffstat (limited to 'debian/initramfs')
-rw-r--r--debian/initramfs/hook5
1 files changed, 0 insertions, 5 deletions
diff --git a/debian/initramfs/hook b/debian/initramfs/hook
index ee52d18e..8cdf1ad7 100644
--- a/debian/initramfs/hook
+++ b/debian/initramfs/hook
@@ -100,11 +100,6 @@ if [ -n "$DEVS" ]; then
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