https://git.reactos.org/?p=reactos.git;a=commitdiff;h=bc44b334d761b15ba8b0d01f76cf15cf838d949e
commit bc44b334d761b15ba8b0d01f76cf15cf838d949e Author: Victor Perevertkin <[email protected]> AuthorDate: Wed Sep 4 17:54:00 2019 +0300 Commit: Victor Perevertkin <[email protected]> CommitDate: Wed Sep 4 17:54:00 2019 +0300 [TXTSETUP] Revert an accidental change --- boot/bootdata/txtsetup.sif | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/bootdata/txtsetup.sif b/boot/bootdata/txtsetup.sif index 59977b553f9..8b662ef7177 100644 --- a/boot/bootdata/txtsetup.sif +++ b/boot/bootdata/txtsetup.sif @@ -208,7 +208,7 @@ Cabinet=reactos.cab [SetupData] DefaultPath = \ReactOS -OsLoadOptions = "/NOGUIBOOT" +OsLoadOptions = "/NOGUIBOOT /NODEBUG" DbgOsLoadOptions = "/NOGUIBOOT /KDSERIAL /DEBUGPORT=COM1 /FIRSTCHANCE" ;DbgOsLoadOptions = "/SOS /DEBUGPORT=SCREEN" ;DbgOsLoadOptions = "/NOGUIBOOT /DEBUGPORT=BOCHS"
