diff options
| author | Mike Smith <msmith@FreeBSD.org> | 2000-11-17 04:43:56 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 2000-11-17 04:43:56 +0000 |
| commit | 1d6dc229163bea8ef8cc51eecb5f2b8083167c4a (patch) | |
| tree | 18fa297e433bbab8620354e60214670b61df59ba /sys/boot | |
| parent | 0fd18bb21bbb6a0371adb49938b9dbf07889d412 (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/common/boot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/common/boot.c b/sys/boot/common/boot.c index 24cf890aa15ac..a0cd6d666df4a 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; |
