Michael Jeanson has proposed merging lp:~mjeanson/maas/bug-1119594 into lp:maas.
Requested reviews: Launchpad code reviewers (launchpad-reviewers) Related bugs: Bug #1119594 in MAAS: "Node install fails when sda has pre-existing md raid arrays" https://bugs.launchpad.net/maas/+bug/1119594 For more details, see: https://code.launchpad.net/~mjeanson/maas/bug-1119594/+merge/148043 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. -- https://code.launchpad.net/~mjeanson/maas/bug-1119594/+merge/148043 Your team Launchpad code reviewers is requested to review the proposed merge of lp:~mjeanson/maas/bug-1119594 into lp:maas.
=== modified file 'contrib/preseeds_v2/preseed_master' --- contrib/preseeds_v2/preseed_master 2012-11-12 14:32:26 +0000 +++ contrib/preseeds_v2/preseed_master 2013-02-12 20:37:22 +0000 @@ -32,6 +32,7 @@ d-i partman-auto/method string regular d-i partman-lvm/device_remove_lvm boolean true d-i partman-lvm/confirm boolean true +d-i partman-md/device_remove_md boolean true d-i partman/confirm_write_new_label boolean true d-i partman/choose_partition select Finish partitioning and write changes to disk d-i partman/confirm boolean true
_______________________________________________ Mailing list: https://launchpad.net/~launchpad-reviewers Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-reviewers More help : https://help.launchpad.net/ListHelp

