Also boot *.debug if everything else fails.

Approved by:	re(gnn)
This commit is contained in:
obrien 2007-10-04 18:29:52 +00:00
parent 1958f24dc2
commit 22ca0708f9

View File

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