diff options
author | 2013-08-05 12:32:50 +0000 | |
---|---|---|
committer | 2013-08-05 12:32:50 +0000 | |
commit | d9e00d1e9fbf9cabc22a675ac2a576606ac89df0 (patch) | |
tree | 62282ce2959cf5dc5d40bc57b8be463d69c419ac | |
parent | sync the bridge_broadcast comment with reality (diff) | |
download | wireguard-openbsd-d9e00d1e9fbf9cabc22a675ac2a576606ac89df0.tar.xz wireguard-openbsd-d9e00d1e9fbf9cabc22a675ac2a576606ac89df0.zip |
rpc.bootparamd(8) is needed on all hardware platforms for true diskless
operations.
Note to the pixie booting crowd: This manual page documents how to run a full
OpenBSD install without having a local disk in your machine. If you just want
to boot an install kernel, look at pxeboot(8).
ok deraadt@
-rw-r--r-- | share/man/man8/diskless.8 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/share/man/man8/diskless.8 b/share/man/man8/diskless.8 index e0d14f12648..a2638f8f8e6 100644 --- a/share/man/man8/diskless.8 +++ b/share/man/man8/diskless.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: diskless.8,v 1.61 2013/04/15 06:29:57 deraadt Exp $ +.\" $OpenBSD: diskless.8,v 1.62 2013/08/05 12:32:50 kettenis Exp $ .\" $NetBSD: diskless.8,v 1.7.4.1 1996/05/30 18:58:10 cgd Exp $ .\" .\" @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 15 2013 $ +.Dd $Mdocdate: August 5 2013 $ .Dt DISKLESS 8 .Os .Sh NAME @@ -364,8 +364,9 @@ For all clients: .Xr mountd 8 , .Xr nfsd 8 , .Xr portmap 8 , +.Xr rarpd 8 , and -.Xr rarpd 8 . +.Xr rpc.bootparamd 8 . .Pp For alpha, amd64, hppa, hppa64, i386, sgi, mvme68k, mvme88k, sparc, sparc64, and vax clients: @@ -377,9 +378,6 @@ For HP 300 and older HPPA clients: For newer alpha, amd64, hppa, hppa64, i386, and sgi clients: .Xr dhcpd 8 .Pp -For hp300, older hppa, mvme68k, mvme88k, sparc, sparc64, and vax clients: -.Xr rpc.bootparamd 8 -.Pp For older alpha and vax clients: .Xr mopd 8 .It |