summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
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