diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-05-17 21:10:46 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-05-17 21:10:46 +0000 |
commit | ad709d488c23f3e05bbf9b37acd1537e1c6fdf3b (patch) | |
tree | eb07d03c6943ce6a518fb56e55a16444e33be823 /share | |
parent | 561363f6583883087ef88cb3f10d64b12e0d94b1 (diff) |
small cleanup;
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man8/diskless.8 | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/share/man/man8/diskless.8 b/share/man/man8/diskless.8 index 7c55ec4e1fc..eb9d4b31f90 100644 --- a/share/man/man8/diskless.8 +++ b/share/man/man8/diskless.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: diskless.8,v 1.25 2006/05/17 21:05:54 jmc Exp $ +.\" $OpenBSD: diskless.8,v 1.26 2006/05/17 21:10:45 jmc Exp $ .\" $NetBSD: diskless.8,v 1.7.4.1 1996/05/30 18:58:10 cgd Exp $ .\" .\" @@ -228,7 +228,7 @@ is installed in the directory Add myclient to the bootparams database .Pa /etc/bootparams : .Bd -literal -offset indent -myclient root=server:/export/myclient/root \\ +myclient root=server:/export/myclient/root \e swap=server:/export/myclient/swap .Ed .Pp @@ -295,8 +295,8 @@ Copy and customize at least the following files in # cd /export/myclient/root/etc # cp fstab.nfs fstab # cp /etc/hosts hosts -# echo myclient > myname -# echo inet 192.197.96.12 > hostname.le0 +# echo myclient \*(Gt myname +# echo inet 192.197.96.12 \*(Gt hostname.le0 .Ed .Pp Note that "le0" above should be replaced with the name of @@ -315,10 +315,10 @@ myserver:/usr /usr nfs rw 0 0 .El .Sh FILES .Bl -tag -width /usr/mdec/rbootd -compact -.It Pa /etc/ethers -Ethernet addresses of known clients .It Pa /etc/bootparams client root and swap pathnames +.It Pa /etc/ethers +Ethernet addresses of known clients .It Pa /etc/exports exported NFS mount points .It Pa /etc/rbootd.conf @@ -332,10 +332,11 @@ location of boot programs loaded by the HP Boot ROM .Xr bootparams 5 , .Xr ethers 5 , .Xr exports 5 , +.Xr fstab 5 , .Xr mountd 8 , .Xr nfsd 8 , .Xr rarpd 8 , .Xr rbootd 8 , -.Xr reboot 8 , .Xr rpc.bootparamd 8 , +.Xr tcpdump 8 , .Xr tftpd 8 |