diff options
Diffstat (limited to 'sys/boot')
-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 2d03a61..d3618f8 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 c24e984..1e71a23 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 |