summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2000-11-17 04:43:56 +0000
committermsmith <msmith@FreeBSD.org>2000-11-17 04:43:56 +0000
commitdb197d8ac33259ef05f6e7339db82ee72d8cfc8a (patch)
tree565a161be398ef8cb842d4545fc5fba6c9c498cf /sys
parent213c63151c9e4a787531a57caf46d2552be99105 (diff)
downloadFreeBSD-src-db197d8ac33259ef05f6e7339db82ee72d8cfc8a.zip
FreeBSD-src-db197d8ac33259ef05f6e7339db82ee72d8cfc8a.tar.gz
The default kernel filename is "kernel" again, not "kernel.ko".
Submitted by: mckusick
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 24cf890..a0cd6d6 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;
OpenPOWER on IntegriCloud