View | Details | Raw Unified | Return to bug 28766
Collapse All | Expand All

(-)en_US.ISO8859-1/articles/diskless-x/article.sgml (-8 / +8 lines)
Lines 16-22 Link Here
16
    
16
    
17
    <authorgroup>
17
    <authorgroup>
18
      <author>
18
      <author>
19
	<firstname> Jerry</firstname>
19
	<firstname>Jerry</firstname>
20
	<surname>Kendall</surname>
20
	<surname>Kendall</surname>
21
	<affiliation>
21
	<affiliation>
22
	  <address>
22
	  <address>
Lines 125-131 Link Here
125
    <title>Booting across the network</title>
125
    <title>Booting across the network</title>
126
    
126
    
127
    <para>Boot the diskless system with out any config.sys/autoexec.bat
127
    <para>Boot the diskless system with out any config.sys/autoexec.bat
128
      files.  try running the boot program for your Ethernet adapter.</para>
128
      files.  Try running the boot program for your Ethernet adapter.</para>
129
129
130
    <para>My Ethernet adapter is running in WD8013 16bit mode so I run
130
    <para>My Ethernet adapter is running in WD8013 16bit mode so I run
131
      <filename>nb8390.com</filename></para>
131
      <filename>nb8390.com</filename></para>
Lines 169-175 Link Here
169
    <para>If you have to change the <filename>/etc/inetd.conf</filename> file,
169
    <para>If you have to change the <filename>/etc/inetd.conf</filename> file,
170
      send a <literal>HUP</literal> signal to inetd.  To do this, get the
170
      send a <literal>HUP</literal> signal to inetd.  To do this, get the
171
      process ID of inetd with <command>ps -ax | grep inetd | grep -v
171
      process ID of inetd with <command>ps -ax | grep inetd | grep -v
172
	grep</command>.  Once you have it, send it a HUP signal.  Do this by
172
	grep</command>.  Once you have it, send it a <literal>HUP</literal> signal.  Do this by
173
      <command>kill -HUP &lt;pid&gt;</command>.  This will force inetd to
173
      <command>kill -HUP &lt;pid&gt;</command>.  This will force inetd to
174
      re-read its config file.</para>
174
      re-read its config file.</para>
175
175
Lines 249-259 Link Here
249
	are my own.</para>
249
	are my own.</para>
250
    </note>
250
    </note>
251
251
252
    <para>Create the directory '/tftpboot' on the server it will contain the
252
    <para>Create the directory <filename>/tftpboot</filename> on the server it will contain the
253
      configuration files for the diskless systems that the server will serve.
253
      configuration files for the diskless systems that the server will serve.
254
      These files will be named 'cfg.&lt;ip&gt;' where &lt;ip&gt; is the IP
254
      These files will be named <filename>cfg.<replaceable>ip</replaceable></filename> where <replaceable>ip<replaceable> is the IP
255
      address of the diskless system.  The config file for 'altair' is
255
      address of the diskless system.  The config file for <hostid>altair</hostid> is
256
      /tftpboot/cfg.199.246.76.2.  The contents is:</para>
256
      <filename>/tftpboot/cfg.199.246.76.2</filename>.  The contents is:</para>
257
257
258
    <programlisting>rootfs 199.246.76.1:/DiskLess/rootfs/altair
258
    <programlisting>rootfs 199.246.76.1:/DiskLess/rootfs/altair
259
hostname altair.kcis.com</programlisting>
259
hostname altair.kcis.com</programlisting>
Lines 275-281 Link Here
275
    
275
    
276
    <para>I use my spare 386DX-40 as a dedicated X terminal.</para>
276
    <para>I use my spare 386DX-40 as a dedicated X terminal.</para>
277
277
278
    <para>The hierarchy for 'altair' is:</para>
278
    <para>The hierarchy for <hostid>altair</hostid> is:</para>
279
279
280
    <literallayout>/
280
    <literallayout>/
281
/bin
281
/bin

Return to bug 28766