summaryrefslogtreecommitdiff
path: root/share/man/man8/diskless.8
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-05-19 10:36:28 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-05-19 10:36:28 +0000
commit861727496fa141d1c176eb9f5ee78d6b26a01ac4 (patch)
tree30414774d3f0c62e44031c2f2bff4c7b26068448 /share/man/man8/diskless.8
parent3bf215acf8f11d17423b6688e6e1214d068d8881 (diff)
let's not discuss how to boot diskless for non-Ox machines;
Diffstat (limited to 'share/man/man8/diskless.8')
-rw-r--r--share/man/man8/diskless.818
1 files changed, 1 insertions, 17 deletions
diff --git a/share/man/man8/diskless.8 b/share/man/man8/diskless.8
index 0f5375af16a..344eca69c6c 100644
--- a/share/man/man8/diskless.8
+++ b/share/man/man8/diskless.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: diskless.8,v 1.48 2006/05/19 10:15:36 jmc Exp $
+.\" $OpenBSD: diskless.8,v 1.49 2006/05/19 10:36:27 jmc Exp $
.\" $NetBSD: diskless.8,v 1.7.4.1 1996/05/30 18:58:10 cgd Exp $
.\"
.\"
@@ -293,9 +293,6 @@ Export the required filesystems in
.Pa /etc/exports :
.Bd -literal -offset indent
/usr -ro myclient
-# for SunOS:
-# /export/myclient -rw=myclient,root=myclient
-# for OpenBSD:
/export/myclient -maproot=root -alldirs myclient
.Ed
.Pp
@@ -306,19 +303,6 @@ filesystem (as is done above).
If not, a properly fleshed out
.Pa /usr
partition will have to be built for the client in some other place.
-.Pp
-For example,
-if the server is a sparc, and the client a sun3,
-create and fill
-.Pa /export/usr.sun3
-and then use the following
-.Pa /etc/exports
-lines:
-.Bd -literal -offset indent
-/export/usr.sun3 -ro myclient
-/export/myclient -rw=myclient,root=myclient
-.Ed
-.Pp
.It
Copy and customize at least the following files in
.Pa /export/myclient/root :