aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
diff options
context:
space:
mode:
authorDaniel C. Sobral <dcs@FreeBSD.org>2000-09-16 19:59:41 +0000
committerDaniel C. Sobral <dcs@FreeBSD.org>2000-09-16 19:59:41 +0000
commitc888e59b8470987f23c7c16b968e5490bf585cb1 (patch)
tree81dbf3e652883a79a40f6540aecd5697cbc296f6 /sys/boot
parent54329571cf397a43ca6174b2d1506b5fd00dc51f (diff)
Notes
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/common/module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/common/module.c b/sys/boot/common/module.c
index 4f4be9cc8060e..3bcc3e47f1ef5 100644
--- a/sys/boot/common/module.c
+++ b/sys/boot/common/module.c
@@ -49,7 +49,7 @@ struct file_metadata* metadata_next(struct file_metadata *base_mp, int type);
/* load address should be tweaked by first module loaded (kernel) */
static vm_offset_t loadaddr = 0;
-static const char *default_searchpath ="/boot/modules;/modules;/boot/kernel";
+static const char *default_searchpath ="/boot/kernel;/boot/modules;/modules";
struct preloaded_file *preloaded_files = NULL;