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

View File

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