1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00

Also boot *.debug if everything else fails.

Approved by:	re(gnn)
This commit is contained in:
David E. O'Brien 2007-10-04 18:29:52 +00:00
parent e8bd23b460
commit fb6e00667c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=172445

View File

@ -75,6 +75,7 @@ struct preloaded_file *preloaded_files = NULL;
static char *kld_ext_list[] = {
".ko",
"",
".debug",
NULL
};