diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index ffb04d89c..f7bcce78e 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -38,6 +38,10 @@ 2013-12-21 + + [krejzi] - Added LFS-Network-Script page. Fixes + #3350. + [krejzi] - Update Systemd instructions and contents for latest version of Systemd. diff --git a/chapter07/chapter07.xml b/chapter07/chapter07.xml index cacc50c56..55ed7098a 100644 --- a/chapter07/chapter07.xml +++ b/chapter07/chapter07.xml @@ -12,6 +12,7 @@ Setting Up System Bootscripts + diff --git a/chapter07/network-scripts.xml b/chapter07/network-scripts.xml new file mode 100644 index 000000000..0bad2a0bb --- /dev/null +++ b/chapter07/network-scripts.xml @@ -0,0 +1,104 @@ + + + %general-entities; +]> + + + + + + lfs-network-scripts + &lfs-network-scripts-version; +
&lfs-network-scripts-url;
+
+ + LFS-Network-Scripts-&lfs-network-scripts-version; + + + Network-Scripts + + + + + + <para>The LFS-Network-Scripts package contains a set of scripts to configure the + network at bootup and deconfigure it at shutdown.</para> + + <segmentedlist> + <segtitle>&buildtime;</segtitle> + <segtitle>&diskspace;</segtitle> + + <seglistitem> + <seg>&lfs-network-scripts-ch7-sbu;</seg> + <seg>&lfs-network-scripts-ch7-du;</seg> + </seglistitem> + </segmentedlist> + + </sect2> + + <sect2 role="installation"> + <title>Installation of LFS-Network-Scripts + + Install the package: + +make install + + + + + Contents of LFS-Network-Scripts + + Installed scripts + Installed systemd units + Installed directories + + + ifdown, ifup, ipv4-static + ifupdown@.service, nscd.service + /etc/sysconfig, /lib/services, /lib/lsb (symbolic link) + + + + + Short Descriptions + + + + + ifdown + + Stops a network device. + + ifdown + + + + + + ifup + + Initializes a network device. + + ifup + + + + + + ipv4-static + + Provides the functionality needed to assign a static Internet + Protocol (IP) address to a network interface. + + ipv4-static + + + + + + + + +