mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Set default Freeldr Timeout to 5 seconds (requested).
svn path=/trunk/; revision=12148
This commit is contained in:
parent
0132fcd8f1
commit
d986574df1
1 changed files with 7 additions and 0 deletions
|
@ -173,6 +173,13 @@ CreateCommonFreeLoaderSections(PINICACHE IniCache)
|
|||
INSERT_LAST,
|
||||
L"SelectedColor",
|
||||
L"Gray");
|
||||
|
||||
/* TimeOut=5 */
|
||||
IniCacheInsertKey(IniSection,
|
||||
NULL,
|
||||
INSERT_LAST,
|
||||
L"TimeOut",
|
||||
L"5");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue