~ubuntu-branches/ubuntu/karmic/mdadm/karmic

« back to all changes in this revision

Viewing changes to debian/mdadm.config

  • Committer: Package Import Robot
  • Author(s): Dustin Kirkland
  • Date: 2008-08-18 11:08:56 UTC
  • Revision ID: package-import@ubuntu.com-20080818110856-sylgz2i34a7e2gap
Tags: 2.6.7-3ubuntu4
* debian/mdadm.templates, debian/mdadm.config, debian/mdadm.postinst,
  debian/po/templates.pot: added debconf support for BOOT_DEGRADED
  configuration (LP: #259127).
* debian/po/*po: autogenerated translation placeholders for the debconf
  templates questions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
  db_input medium mdadm/mail_to || :
66
66
  db_go
67
67
fi
 
68
 
 
69
# /etc/initramfs-tools/conf.d/mdadm section
 
70
CONFIG="/etc/initramfs-tools/conf.d/mdadm"
 
71
BOOT_DEGRADED="false"
 
72
[ -s "$CONFIG" ] && . "$CONFIG"
 
73
[ -n "$BOOT_DEGRADED" ] && db_set mdadm/boot_degraded "$BOOT_DEGRADED"
 
74
db_input medium mdadm/boot_degraded || :
 
75
db_go