diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-09-05 23:10:46 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-09-05 23:10:46 +0000 |
| commit | 6f54390e53f15cdbf1cba84b55a5ecd53ceb01cc (patch) | |
| tree | 88e60f741c460bde9a884b6d8dc1b7f97aff6dc0 /sys | |
| parent | 3bdfa9e589b3febf74898a7caeb0a4dda6629777 (diff) | |
Notes
Diffstat (limited to 'sys')
| -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 067012cf53c8..81a20b5b1078 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/modules/kernel.ko"; +static const char *default_bootfiles = "/boot/kernel/kernel.ko"; static int autoboot_tried; |
