Changeset 93131 in vbox for trunk/src/VBox/Main/UnattendedTemplates
- Timestamp:
- Jan 6, 2022 2:49:26 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/UnattendedTemplates/os2_cid_install.cmd
r93127 r93131 185 185 :phase2_startup_ok 186 186 187 copy C:\CONFIG.SYS C:\VBoxCID\Phase1-end-config.sys 188 187 189 REM now reboot. 188 190 goto reboot … … 240 242 @echo Install startup.cmd for phase3. 241 243 ren C:\STARTUP.CMD C:\VBoxCID\Phase2-end-startup.cmd 244 copy C:\CONFIG.SYS C:\VBoxCID\Phase2-end-config.sys 242 245 @echo C:\VBoxCID\OS2_UTIL.EXE --tee-to-backdoor --tee-to-file C:\VBoxCID\Phase3.log --append -- C:\OS2\CMD.EXE /C C:\VBoxCID\VBoxCID.CMD PHASE3> C:\STARTUP.CMD && goto phase3_startup_ok 243 246 pause … … 360 363 %CDROM% 361 364 @REM Skipping as it hangs after a "Message file not found." error. (The DPATH amendment doesn't help.) Logs give no clue. 362 @REM Maybe we're installing it too early? Needs TCPIP or smth. 365 @REM The install works fine after the phase3 reboot. Next log message then is "NS46EXIT QLTOBMCONVERT en_US, rc=0x0000", 366 @REM so maybe it is related to the LANG environment variable or Locale? Hmm. LANG seems to be set... 363 367 goto netscape_ok 364 SET DPATH=%DPATH%;C:\NETSCAPE\SIUTIL; 368 SET DPATH=%DPATH%;C:\NETSCAPE\SIUTIL;C:\NETSCAPE\PROGRAM; 369 IF "x%LANG%x" == "xx" THEN SET LANG=en_US 365 370 C:\VBoxCID\OS2_UTIL.EXE -- %CDROM%\CID\SERVER\NETSCAPE\INSTALL.EXE /X /A:I /TU:C: /C:%CDROM%\CID\SERVER\NETSCAPE\NS46.ICF /S:%CDROM%\CID\SERVER\NETSCAPE /R:C:\VBoxCID\Netscape.RSP /L1:C:\VBoxCID\3.6-Netscape.log /L2:C:\VBoxCID\3.6-Netscape-2.log && goto netscape_ok 366 371 C:\VBoxCID\OS2_UTIL.EXE --file-to-backdoor C:\VBoxCID\3.6-Netscape.log … … 463 468 @@VBOX_COND_END@@ 464 469 470 copy C:\CONFIG.SYS C:\VBoxCID\Phase3-end-config.sys 471 465 472 466 473 REM … … 474 481 C: 475 482 476 @echo debug 483 @REM @echo debug 484 @REM CMD.EXE 485 486 SETBOOT /IBD:C 487 pause 477 488 CMD.EXE 478 489 479 SETBOOT /IBD:C480 pause481 CMD.EXE482
Note:
See TracChangeset
for help on using the changeset viewer.