aboutsummaryrefslogtreecommitdiff
path: root/sbin/nextboot
diff options
context:
space:
mode:
authorJosef Karthauser <joe@FreeBSD.org>2002-05-09 11:47:42 +0000
committerJosef Karthauser <joe@FreeBSD.org>2002-05-09 11:47:42 +0000
commit1063e12617314d2f57516f4554764a7bf2f1131d (patch)
tree01758b96f23ae9f77dd349377a497b6afc86cbff /sbin/nextboot
parent7dac28cfc30e3e24f747b234d303315bf6b66b41 (diff)
Notes
Diffstat (limited to 'sbin/nextboot')
-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 b57c4b064806..fa9882b1f393 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.