From 36c976074ebd00defe149d424c3a2ebc63ae20fc Mon Sep 17 00:00:00 2001 From: joe Date: Thu, 9 May 2002 11:47:42 +0000 Subject: Replace /kernel with /boot/kernel/kernel. PR: docs/37757 Submitted by: Hiten Pandya --- sys/boot/forth/loader.4th.8 | 2 +- sys/boot/forth/loader.conf.5 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/boot/forth') 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 -- cgit v1.1