Merge lp:~mjeanson/maas/bug-1119594 into lp:~maas-committers/maas/trunk

Proposed by Michael Jeanson
Status: Merged
Approved by: Raphaël Badin
Approved revision: no longer in the source branch.
Merged at revision: 1432
Proposed branch: lp:~mjeanson/maas/bug-1119594
Merge into: lp:~maas-committers/maas/trunk
Diff against target: 11 lines (+1/-0)
1 file modified
contrib/preseeds_v2/preseed_master (+1/-0)
To merge this branch: bzr merge lp:~mjeanson/maas/bug-1119594
Reviewer Review Type Date Requested Status
Raphaël Badin (community) Approve
Review via email: mp+148043@code.launchpad.net

Description of the change

Add the d-i option to silently delete md raid partition on the install drive if they exist. This will avoid the automated install to hang on a d-i question if an md raid partition is present on the install drive.

To post a comment you must log in.
Revision history for this message
Raphaël Badin (rvb) wrote :

LGTM, thanks for the fix. I'm going to land this and backport it to 1.2.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'contrib/preseeds_v2/preseed_master'
2--- contrib/preseeds_v2/preseed_master 2012-11-12 14:32:26 +0000
3+++ contrib/preseeds_v2/preseed_master 2013-02-12 20:37:22 +0000
4@@ -32,6 +32,7 @@
5 d-i partman-auto/method string regular
6 d-i partman-lvm/device_remove_lvm boolean true
7 d-i partman-lvm/confirm boolean true
8+d-i partman-md/device_remove_md boolean true
9 d-i partman/confirm_write_new_label boolean true
10 d-i partman/choose_partition select Finish partitioning and write changes to disk
11 d-i partman/confirm boolean true