diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 2002-05-09 11:47:42 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 2002-05-09 11:47:42 +0000 |
| commit | 1063e12617314d2f57516f4554764a7bf2f1131d (patch) | |
| tree | 01758b96f23ae9f77dd349377a497b6afc86cbff /sys/boot/forth | |
| parent | 7dac28cfc30e3e24f747b234d303315bf6b66b41 (diff) | |
Notes
Diffstat (limited to 'sys/boot/forth')
| -rw-r--r-- | sys/boot/forth/loader.4th.8 | 2 | ||||
| -rw-r--r-- | sys/boot/forth/loader.conf.5 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/forth/loader.4th.8 b/sys/boot/forth/loader.4th.8 index 2d03a6153930..d3618f8eb3e3 100644 --- a/sys/boot/forth/loader.4th.8 +++ b/sys/boot/forth/loader.4th.8 @@ -176,7 +176,7 @@ start Loads a different kernel with the standard configuration: .Pp .Bd -literal -offset indent -compact -set kernel="kernel.old" +set kernel="/boot/kernel.old/kernel" unload boot-conf .Ed diff --git a/sys/boot/forth/loader.conf.5 b/sys/boot/forth/loader.conf.5 index c24e9846e976..1e71a235ba7e 100644 --- a/sys/boot/forth/loader.conf.5 +++ b/sys/boot/forth/loader.conf.5 @@ -154,7 +154,7 @@ selects the video console, and selects a mute console (useful for systems with neither a video console nor a serial port). .It Va kernel -.Pq Dq /kernel +.Pq Dq /boot/kernel/kernel .It Va loader_conf_files .Pq Do /boot/loader.conf /boot/loader.conf.local Dc .It Va splash_bmp_load |
