Set default Freeldr Timeout to 5 seconds (requested).

svn path=/trunk/; revision=12148
This commit is contained in:
Alex Ionescu 2004-12-16 07:08:48 +00:00
parent 0132fcd8f1
commit d986574df1

View 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");
}