Elukey has submitted this change and it was merged. Change subject: Fix the mcXXXX partman config to allow fully automated PXE OS installs. ......................................................................
Fix the mcXXXX partman config to allow fully automated PXE OS installs. Bug: T123711 Change-Id: If271830f61905dd2c45424b3100c4f28ab0a532f --- M modules/install_server/files/autoinstall/partman/mc.cfg 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Elukey: Looks good to me, approved jenkins-bot: Verified diff --git a/modules/install_server/files/autoinstall/partman/mc.cfg b/modules/install_server/files/autoinstall/partman/mc.cfg index 20b7b63..46f291b 100644 --- a/modules/install_server/files/autoinstall/partman/mc.cfg +++ b/modules/install_server/files/autoinstall/partman/mc.cfg @@ -39,11 +39,11 @@ d-i partman/confirm_write_new_label boolean true d-i partman/choose_partition select finish d-i partman/confirm boolean true -d-i partman/confirm_nooverwrite true +d-i partman/confirm_nooverwrite boolean true d-i partman-auto-lvm/guided_size string 80% d-i partman-lvm/device_remove_lvm boolean true d-i partman-lvm/confirm boolean true -d-i partman-lvm/confirm_nooverwrite true +d-i partman-lvm/confirm_nooverwrite boolean true -- To view, visit https://gerrit.wikimedia.org/r/274071 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: If271830f61905dd2c45424b3100c4f28ab0a532f Gerrit-PatchSet: 3 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Elukey <[email protected]> Gerrit-Reviewer: Dzahn <[email protected]> Gerrit-Reviewer: Elukey <[email protected]> Gerrit-Reviewer: Faidon Liambotis <[email protected]> Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
