fix: Make Win9x ScanDisk repairs fully unattended (#2195)

This commit is contained in:
Kroese
2026-08-26 11:17:30 +02:00
committed by GitHub
parent 09ed611a7f
commit 8ffeb98eb3
+2
View File
@@ -518,6 +518,7 @@ stageWin9xScandiskConfig() {
printf '%s\n' \
'[Environment]' \
'LfnCheck=On' \
'Mount=Never' \
'' \
'[Custom]' \
'DriveSummary=Off' \
@@ -533,6 +534,7 @@ stageWin9xScandiskConfig() {
'Crosslinks=Fix' \
'Boot_Sector=Fix' \
'Invalid_MDFAT=Fix' \
'FSInfo_Sector=Fix' \
'DS_Crosslinks=Fix' \
'DS_LostClust=Fix' \
'DS_Signatures=Fix' \