diff options
Diffstat (limited to 'chapter07/network.xml')
-rw-r--r-- | chapter07/network.xml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/chapter07/network.xml b/chapter07/network.xml deleted file mode 100644 index b710af4aa..000000000 --- a/chapter07/network.xml +++ /dev/null @@ -1,16 +0,0 @@ -<sect1 id="ch07-network"> -<title>Creating the /etc/sysconfig/network file</title> -<?dbhtml filename="network.html" dir="chapter07"?> - -<para>A new file <filename>/etc/sysconfig/network</filename> is created and the -hostname is put in it by running:</para> - -<para><screen><userinput>echo "HOSTNAME=lfs" > /etc/sysconfig/network</userinput></screen></para> - -<para><quote>lfs</quote> needs to be replaced with the name the computer is -to be called. You should not enter the FQDN (Fully Qualified Domain -Name) here. That information will be put in the -<filename>/etc/hosts</filename> file later.</para> - -</sect1> - |