diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-09-06 20:50:24 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-09-06 20:50:24 +0000 |
| commit | db266683d317664481e8cc52d8bb313e91fa6f04 (patch) | |
| tree | dcaaa6c9b550e3e24dea40603c4e673ff4f52fc2 | |
| parent | 3e0aa01059b1e9d109b456a9e784533b9ce96514 (diff) | |
Notes
| -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 81a20b5b1078..3913e34363f6 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; |
