aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>2000-11-17 04:43:56 +0000
committerMike Smith <msmith@FreeBSD.org>2000-11-17 04:43:56 +0000
commit1d6dc229163bea8ef8cc51eecb5f2b8083167c4a (patch)
tree18fa297e433bbab8620354e60214670b61df59ba /sys/boot
parent0fd18bb21bbb6a0371adb49938b9dbf07889d412 (diff)
Notes
Diffstat (limited to 'sys/boot')
-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 24cf890aa15a..a0cd6d666df4 100644
--- a/sys/boot/common/boot.c
+++ b/sys/boot/common/boot.c
@@ -39,7 +39,7 @@ static char *getbootfile(int try);
static int loadakernel(int try, int argc, char* argv[]);
/* List of kernel names to try (may be overwritten by boot.config) XXX should move from here? */
-static const char *default_bootfiles = "kernel.ko";
+static const char *default_bootfiles = "kernel";
static int autoboot_tried;