diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-05-11 00:11:22 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-05-11 00:11:22 +0000 |
commit | b3eb5259f14649c364e6dff01b998c2e6ae2d3b1 (patch) | |
tree | de7ec9b8bfabaf75955266fe66a5d4474cb7b50a /chapter07/network.xml | |
parent | c5be6346ba51965f9ee82804089ba6c606c7e038 (diff) |
Remove systemd and dbus. Add eudev.
Update gnu urls to use an entity.
Update kbd URL.
Update procps-ng URL.
Update to shadow-4.2.1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10557 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/network.xml')
-rw-r--r-- | chapter07/network.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/chapter07/network.xml b/chapter07/network.xml index 4ec00b6f2..01d81ea03 100644 --- a/chapter07/network.xml +++ b/chapter07/network.xml @@ -98,7 +98,7 @@ EOF</userinput></screen> <para>For more information see the <command>ifup</command> man page.</para> </sect2> - +<!-- <sect2 id="systemd-net-enable"> <title>Configuring the Network Interface Card at boot (systemd)</title> @@ -195,7 +195,7 @@ EOF</userinput></screen> <note><para>The Google Public IPv4 DNS addresses are 8.8.8.8 and 8.8.4.4.</para></note> </sect2> - +--> <sect2 id="ch-scripts-hostname"> <title>Configuring the system hostname</title> @@ -204,9 +204,8 @@ EOF</userinput></screen> <secondary>configuring</secondary> </indexterm> - <para>During the boot process, both Systemd and System V use the same file - for establishing the system's hostname. This needs to be configured by - creating <filename>/etc/hostname</filename>.</para> + <para>During the boot process, the file <filename>/etc/hostname</filename> + is used for establishing the system's hostname.</para> <para>Create the <filename>/etc/hostname</filename> file and enter a hostname by running:</para> |