summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/boot.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-09-06 20:50:24 +0000
committerobrien <obrien@FreeBSD.org>2000-09-06 20:50:24 +0000
commitd2dcb8b1f523a286feb88f71e0c16bde2780db7a (patch)
tree428c55eab3cdf93008a492397ce407f7abec8001 /sys/boot/common/boot.c
parent8afd1b030d2a81153088bd28a5717dd45d409194 (diff)
downloadFreeBSD-src-d2dcb8b1f523a286feb88f71e0c16bde2780db7a.zip
FreeBSD-src-d2dcb8b1f523a286feb88f71e0c16bde2780db7a.tar.gz
With the committed changes to the loaders modules path code, the kernel
path does not need to be hard coded.
Diffstat (limited to 'sys/boot/common/boot.c')
-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 81a20b5..3913e34 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/kernel/kernel.ko";
+static const char *default_bootfiles = "kernel.ko";
static int autoboot_tried;
OpenPOWER on IntegriCloud