Commit in reactos/subsys/system/usetup on MAIN | |||
bootsup.c | +7 | 1.15 -> 1.16 |
Set default Freeldr Timeout to 5 seconds (requested).
diff -u -r1.15 -r1.16 --- bootsup.c 15 Aug 2004 22:29:50 -0000 1.15 +++ bootsup.c 16 Dec 2004 07:08:48 -0000 1.16 @@ -173,6 +173,13 @@
INSERT_LAST, L"SelectedColor", L"Gray");
+ + /* TimeOut=5 */ + IniCacheInsertKey(IniSection, + NULL, + INSERT_LAST, + L"TimeOut", + L"5");
}