summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2002-05-09 11:47:42 +0000
committerjoe <joe@FreeBSD.org>2002-05-09 11:47:42 +0000
commit36c976074ebd00defe149d424c3a2ebc63ae20fc (patch)
tree01758b96f23ae9f77dd349377a497b6afc86cbff /sbin
parent349f81351db3b34270d17d925cff0d27d9d5dbcf (diff)
downloadFreeBSD-src-36c976074ebd00defe149d424c3a2ebc63ae20fc.zip
FreeBSD-src-36c976074ebd00defe149d424c3a2ebc63ae20fc.tar.gz
Replace /kernel with /boot/kernel/kernel.
PR: docs/37757 Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org>
Diffstat (limited to 'sbin')
-rw-r--r--sbin/nextboot/nextboot.85
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/nextboot/nextboot.8 b/sbin/nextboot/nextboot.8
index b57c4b0..fa9882b 100644
--- a/sbin/nextboot/nextboot.8
+++ b/sbin/nextboot/nextboot.8
@@ -76,14 +76,15 @@ At this time the nameblock will contain only zeroed out names.
.Pp
An example of usage might be:
.Bd -literal
- nextboot -b /dev/rwd0 1:sd(0,a)/kernel.experimental wd(0,a)/kernel.old
+ nextboot -b /dev/rwd0 1:sd(0,a)/boot/kernel/kernel.experimental \\
+ wd(0,a)/boot/kernel.old/kernel
.Ed
.Pp
Which would instruct the boot blocks at the next boot,
to try boot the experimental kernel off the SCSI disk.
If for any reason this failed, the next boot attempt would
boot the kernel
-.Pa /kernel.old
+.Pa /boot/kernel.old/kernel
off the IDE drive. (Assuming the write-back option were enabled) If this
in turn failed.
The compiled in default would be used.
OpenPOWER on IntegriCloud