mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Changed /NOBOOTSCREEN to /NOGUIBOOT to be
command-line compatible with 2k and XP. svn path=/trunk/; revision=7525
This commit is contained in:
parent
508aa36d5f
commit
8450d1eb80
1 changed files with 4 additions and 4 deletions
|
@ -33,10 +33,10 @@ Cabinet=reactos.cab
|
|||
|
||||
[SetupData]
|
||||
DefaultPath = \ReactOS
|
||||
OsLoadOptions = "/NOBOOTSCREEN /NODEBUG"
|
||||
;OsLoadOptions = "/NOBOOTSCREEN /DEBUGPORT=COM1"
|
||||
;OsLoadOptions = "/NOBOOTSCREEN /DEBUGPORT=SCREEN"
|
||||
;OsLoadOptions = "/NOBOOTSCREEN /DEBUGPORT=BOCHS"
|
||||
OsLoadOptions = "/NOGUIBOOT /NODEBUG"
|
||||
;OsLoadOptions = "/NOGUIBOOT /DEBUGPORT=COM1"
|
||||
;OsLoadOptions = "/NOGUIBOOT /DEBUGPORT=SCREEN"
|
||||
;OsLoadOptions = "/NOGUIBOOT /DEBUGPORT=BOCHS"
|
||||
|
||||
[NLS]
|
||||
AnsiCodepage = c_1252.nls
|
||||
|
|
Loading…
Reference in a new issue