fix: Remove setup image after Windows installation (#2050)

This commit is contained in:
Kroese
2026-08-05 06:14:32 +02:00
committed by GitHub
parent 9c90ccc636
commit 1d42488287
+2
View File
@@ -408,6 +408,8 @@ markWindowsBooted() {
rm -f "$BOOT" 2>/dev/null || true
fi
rm -f "$STORAGE/setup.img" 2>/dev/null || :
return 0
}