summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-09-05 23:10:46 +0000
committerobrien <obrien@FreeBSD.org>2000-09-05 23:10:46 +0000
commitb6cfb177d1e545d1acb599379894c9ace28209bd (patch)
tree1983183baf8b2a258adffbe009533a7fdd04585e /sys
parent6de7dfbb5addebdbd6fd8b8b3907632862b2f4ba (diff)
downloadFreeBSD-src-b6cfb177d1e545d1acb599379894c9ace28209bd.zip
FreeBSD-src-b6cfb177d1e545d1acb599379894c9ace28209bd.tar.gz
Fix the kernel default load from "/boot/modules" to "/boot/kernel".
Reported by: dcs
Diffstat (limited to 'sys')
-rw-r--r--sys/boot/common/boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/common/boot.c b/sys/boot/common/boot.c
index 067012c..81a20b5 100644
--- a/sys/boot/common/boot.c
+++ b/sys/boot/common/boot.c
@@ -38,7 +38,7 @@
static char *getbootfile(int try);
/* List of kernel names to try (may be overwritten by boot.config) XXX should move from here? */
-static const char *default_bootfiles = "/boot/modules/kernel.ko";
+static const char *default_bootfiles = "/boot/kernel/kernel.ko";
static int autoboot_tried;
OpenPOWER on IntegriCloud