Set default Freeldr Timeout to 5 seconds (requested).
authorAlex Ionescu <aionescu@gmail.com>
Thu, 16 Dec 2004 07:08:48 +0000 (07:08 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Thu, 16 Dec 2004 07:08:48 +0000 (07:08 +0000)
svn path=/trunk/; revision=12148

reactos/subsys/system/usetup/bootsup.c

index 02e8793..309b3ae 100644 (file)
@@ -173,6 +173,13 @@ CreateCommonFreeLoaderSections(PINICACHE IniCache)
                    INSERT_LAST,
                    L"SelectedColor",
                    L"Gray");
+                   
+  /* TimeOut=5 */
+  IniCacheInsertKey(IniSection,
+                   NULL,
+                   INSERT_LAST,
+                   L"TimeOut",
+                   L"5");
 }