From 8450d1eb80b19fedbb70ab719ad53963412618d4 Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Fri, 9 Jan 2004 17:29:27 +0000 Subject: [PATCH] Changed /NOBOOTSCREEN to /NOGUIBOOT to be command-line compatible with 2k and XP. svn path=/trunk/; revision=7525 --- reactos/bootdata/txtsetup.sif | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reactos/bootdata/txtsetup.sif b/reactos/bootdata/txtsetup.sif index 94b71144052..194348955b4 100644 --- a/reactos/bootdata/txtsetup.sif +++ b/reactos/bootdata/txtsetup.sif @@ -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