diff options
| author | 2014-01-18 03:07:05 +0000 | |
|---|---|---|
| committer | 2014-01-18 03:07:05 +0000 | |
| commit | 7762a34bea7c67d99ecb6c2d3cae4fbd5adf1134 (patch) | |
| tree | b2d8d2893e1b37d64ba81644e67b678e48701b97 /usr.sbin/installboot/installboot.8 | |
| parent | Add a -r flag that allows for the mount point of the root filesystem to be (diff) | |
| download | wireguard-openbsd-7762a34bea7c67d99ecb6c2d3cae4fbd5adf1134.tar.xz wireguard-openbsd-7762a34bea7c67d99ecb6c2d3cae4fbd5adf1134.zip | |
Make installboot(8) easier to use - copy the second stage boot loader to
the default location used by the given architecture. This eliminates the
need to copy it over manually prior to running installboot.
Diffstat (limited to 'usr.sbin/installboot/installboot.8')
| -rw-r--r-- | usr.sbin/installboot/installboot.8 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.sbin/installboot/installboot.8 b/usr.sbin/installboot/installboot.8 index 0f1a362024d..19fc7ba0649 100644 --- a/usr.sbin/installboot/installboot.8 +++ b/usr.sbin/installboot/installboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: installboot.8,v 1.2 2014/01/18 02:47:27 jsing Exp $ +.\" $OpenBSD: installboot.8,v 1.3 2014/01/18 03:07:05 jsing Exp $ .\" .\" Copyright (c) 2013, 2014 Joel Sing .\" @@ -72,11 +72,10 @@ To install bootstrap on an amd64 machine, using .Ar /usr/mdec/biosboot as the primary bootstrap and -.Ar /boot +.Ar /usr/mdec/boot as the secondary bootstrap: .Bd -literal -offset 3n -# cp /usr/mdec/boot /boot -# installboot -v wd0 /usr/mdec/biosboot /boot +# installboot -v wd0 /usr/mdec/biosboot /usr/mdec/boot .Ed .Sh SEE ALSO .Xr disklabel 8 |
