summaryrefslogtreecommitdiff
path: root/debian/mdadm.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/mdadm.postinst')
-rw-r--r--debian/mdadm.postinst7
1 files changed, 0 insertions, 7 deletions
diff --git a/debian/mdadm.postinst b/debian/mdadm.postinst
index 9f55b2f9..b05dca30 100644
--- a/debian/mdadm.postinst
+++ b/debian/mdadm.postinst
@@ -54,8 +54,6 @@ case "${1:-}" in
db_get mdadm/initrdstart
INITRDSTART="${RET:-all}"
- db_get mdadm/autostart
- AUTOSTART="${RET:-true}"
db_get mdadm/autocheck
AUTOCHECK="${RET:-true}"
db_get mdadm/start_daemon
@@ -78,11 +76,6 @@ case "${1:-}" in
# 'none' to prevent any array from being started from the initial ramdisk.
INITRDSTART='$INITRDSTART'
-# AUTOSTART:
-# should mdadm start arrays listed in /etc/mdadm/mdadm.conf automatically
-# during boot?
-AUTOSTART=$AUTOSTART
-
# AUTOCHECK:
# should mdadm run periodic redundancy checks over your arrays? See
# /etc/cron.d/mdadm.