diff --git a/static/js/web-install.js b/static/js/web-install.js index 53550276..84443fd7 100644 --- a/static/js/web-install.js +++ b/static/js/web-install.js @@ -241,6 +241,9 @@ async function flashRelease(setProgress) { if (gs101Devices.includes(product)) { setProgress("Disabling FIPS..."); await device.runCommand("erase:fips"); + setProgress("Erasing DPM..."); + await device.runCommand("erase:dpm_a"); + await device.runCommand("erase:dpm_b"); } } finally { safeToLeave = true;