~ubuntu-branches/ubuntu/precise/kickseed/precise

« back to all changes in this revision

Viewing changes to handlers/logvol.sh

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2011-07-09 10:00:30 UTC
  • mfrom: (3.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20110709100030-phpwxf2pj8z0fzpc
Tags: 0.56ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Add basic RAID support.  (LVM-on-RAID won't quite work yet.)
  - Add basic iSCSI support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
 
145
145
logvol_final () {
146
146
        if [ "$logvol_confirm" ]; then
 
147
                ks_preseed d-i partman-lvm/device_remove_lvm boolean true
147
148
                ks_preseed d-i partman-lvm/confirm boolean true
 
149
                ks_preseed d-i partman-lvm/confirm_nooverwrite boolean true
148
150
        fi
149
151
}
150
152