Assorted markup fixes.
PR: 28766 Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr>
This commit is contained in:
parent
b5284499e3
commit
f7eeb4d33c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9802
1 changed files with 9 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/articles/diskless-x/article.sgml,v 1.3 1999/11/15 22:55:44 phantom Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/articles/diskless-x/article.sgml,v 1.4 2001/04/17 15:53:37 nik Exp $
|
||||
-->
|
||||
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||
|
@ -16,7 +16,7 @@
|
|||
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname> Jerry</firstname>
|
||||
<firstname>Jerry</firstname>
|
||||
<surname>Kendall</surname>
|
||||
<affiliation>
|
||||
<address>
|
||||
|
@ -125,7 +125,7 @@ nb8390.com
|
|||
<title>Booting across the network</title>
|
||||
|
||||
<para>Boot the diskless system with out any config.sys/autoexec.bat
|
||||
files. try running the boot program for your Ethernet adapter.</para>
|
||||
files. Try running the boot program for your Ethernet adapter.</para>
|
||||
|
||||
<para>My Ethernet adapter is running in WD8013 16bit mode so I run
|
||||
<filename>nb8390.com</filename></para>
|
||||
|
@ -169,7 +169,7 @@ bootps dgram udp wait root /usr/libexec/bootpd bootpd /etc/bootptab</progra
|
|||
<para>If you have to change the <filename>/etc/inetd.conf</filename> file,
|
||||
send a <literal>HUP</literal> signal to inetd. To do this, get the
|
||||
process ID of inetd with <command>ps -ax | grep inetd | grep -v
|
||||
grep</command>. Once you have it, send it a HUP signal. Do this by
|
||||
grep</command>. Once you have it, send it a <literal>HUP</literal> signal. Do this by
|
||||
<command>kill -HUP <pid></command>. This will force inetd to
|
||||
re-read its config file.</para>
|
||||
|
||||
|
@ -249,11 +249,11 @@ bootps dgram udp wait root /usr/libexec/bootpd bootpd /etc/bootptab</progra
|
|||
are my own.</para>
|
||||
</note>
|
||||
|
||||
<para>Create the directory '/tftpboot' on the server it will contain the
|
||||
<para>Create the directory <filename>/tftpboot</filename> on the server it will contain the
|
||||
configuration files for the diskless systems that the server will serve.
|
||||
These files will be named 'cfg.<ip>' where <ip> is the IP
|
||||
address of the diskless system. The config file for 'altair' is
|
||||
/tftpboot/cfg.199.246.76.2. The contents is:</para>
|
||||
These files will be named <filename>cfg.<replaceable>ip</replaceable></filename> where <replaceable>ip</replaceable> is the IP
|
||||
address of the diskless system. The config file for <hostid>altair</hostid> is
|
||||
<filename>/tftpboot/cfg.199.246.76.2</filename>. The contents is:</para>
|
||||
|
||||
<programlisting>rootfs 199.246.76.1:/DiskLess/rootfs/altair
|
||||
hostname altair.kcis.com</programlisting>
|
||||
|
@ -275,7 +275,7 @@ hostname altair.kcis.com</programlisting>
|
|||
|
||||
<para>I use my spare 386DX-40 as a dedicated X terminal.</para>
|
||||
|
||||
<para>The hierarchy for 'altair' is:</para>
|
||||
<para>The hierarchy for <hostid>altair</hostid> is:</para>
|
||||
|
||||
<literallayout>/
|
||||
/bin
|
||||
|
|
Loading…
Reference in a new issue