mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:52:57 +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,
|
INSERT_LAST,
|
||||||
L"SelectedColor",
|
L"SelectedColor",
|
||||||
L"Gray");
|
L"Gray");
|
||||||
|
|
||||||
|
/* TimeOut=5 */
|
||||||
|
IniCacheInsertKey(IniSection,
|
||||||
|
NULL,
|
||||||
|
INSERT_LAST,
|
||||||
|
L"TimeOut",
|
||||||
|
L"5");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue