summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/js/web-install.js3
1 files changed, 3 insertions, 0 deletions
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;