feat: Reuse image cleanup helper after installation (#2095)

This commit is contained in:
Kroese
2026-08-07 06:24:04 +02:00
committed by GitHub
parent ffc9f02c83
commit ed8dcea704
2 changed files with 7 additions and 21 deletions
+1 -1
View File
@@ -405,7 +405,7 @@ markWindowsBooted() {
fi
if ! disabled "$REMOVE"; then
rm -f "$BOOT" 2>/dev/null || :
removeImage "$BOOT" || :
fi
rm -f "$STORAGE/setup.img" 2>/dev/null || :