|
Lines 1911-1917
Link Here
|
| 1911 |
<para>Add this line to your |
1911 |
<para>Add this line to your |
| 1912 |
<filename>/etc/inetd.conf</filename>:</para> |
1912 |
<filename>/etc/inetd.conf</filename>:</para> |
| 1913 |
|
1913 |
|
| 1914 |
<programlisting>tftp dgram udp wait nobody /usr/libexec/tftpd tftpd /tftpboot</programlisting> |
1914 |
<programlisting>tftp dgram udp wait root /usr/libexec/tftpd tftpd /tftpboot</programlisting> |
| 1915 |
|
1915 |
|
| 1916 |
<note><para>It appears that at least some PXE versions want |
1916 |
<note><para>It appears that at least some PXE versions want |
| 1917 |
the TCP version of TFTP. In this case, add a second line, |
1917 |
the TCP version of TFTP. In this case, add a second line, |