summaryrefslogtreecommitdiff
path: root/debian/mdadm.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/mdadm.postinst')
-rw-r--r--debian/mdadm.postinst15
1 files changed, 0 insertions, 15 deletions
diff --git a/debian/mdadm.postinst b/debian/mdadm.postinst
index 5bf70cfc..e965433a 100644
--- a/debian/mdadm.postinst
+++ b/debian/mdadm.postinst
@@ -18,21 +18,6 @@ case "${1:-}" in
echo 'W: mdadm: failed to load MD subsystem.' >&2
fi
- MAKEDEV=/dev/MAKEDEV
- if [ ! -e /dev/md15 ] \
- && [ ! -e /dev/.static/dev/md15 ] \
- && [ ! -e /dev/.devfsd ] \
- && [ -x $MAKEDEV ]; then
-
- echo -n 'Generating array device nodes... ' >&2
- cd /dev
- if $MAKEDEV md >&2 >/dev/null; then
- echo 'done.' >&2
- else
- echo 'failed.' >&2
- fi
- fi
-
DEBIANCONFIG=/etc/default/mdadm
CONFIG=/etc/mdadm/mdadm.conf
ALTCONFIG=/etc/mdadm.conf