diff options
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/bootscripts.xml | 6 | ||||
-rw-r--r-- | chapter07/chapter07.xml | 2 | ||||
-rw-r--r-- | chapter07/introduction.xml | 11 | ||||
-rw-r--r-- | chapter07/network.xml | 9 | ||||
-rw-r--r-- | chapter07/profile.xml | 2 | ||||
-rw-r--r-- | chapter07/symlinks.xml | 4 |
6 files changed, 16 insertions, 18 deletions
diff --git a/chapter07/bootscripts.xml b/chapter07/bootscripts.xml index 51a5b8f9c..0fbb91e1d 100644 --- a/chapter07/bootscripts.xml +++ b/chapter07/bootscripts.xml @@ -24,8 +24,8 @@ <title/> <para>The LFS-Bootscripts package contains a set of scripts to start/stop - the LFS system at bootup/shutdown. A networking systemd unit file is - also installed. The configuration files and procedures needed to + the LFS system at bootup/shutdown. + The configuration files and procedures needed to customize the boot process are described in the following sections.</para> <segmentedlist> @@ -53,7 +53,6 @@ <title>Contents of LFS-Bootscripts</title> <segmentedlist> <segtitle>Installed scripts</segtitle> - <segtitle>Installed unit</segtitle> <segtitle>Installed directories</segtitle> <seglistitem> @@ -61,7 +60,6 @@ ifup, localnet, modules, mountfs, mountvirtfs, network, rc, reboot, sendsignals, setclock, ipv4-static, swap, sysctl, sysklogd, template, udev, and udev_retry</seg> - <seg>ifupdown@.service</seg> <seg>/etc/rc.d, /etc/init.d (symbolic link), /etc/sysconfig, /lib/services, /lib/lsb (symbolic link)</seg> </seglistitem> diff --git a/chapter07/chapter07.xml b/chapter07/chapter07.xml index 695f471c5..a12194c62 100644 --- a/chapter07/chapter07.xml +++ b/chapter07/chapter07.xml @@ -18,7 +18,7 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="network.xml"/> <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hosts.xml"/>--> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="usage.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sysd-custom.xml"/> +<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sysd-custom.xml"/> --> <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hostname.xml"/>--> <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="setclock.xml"/>--> <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="console.xml"/>--> diff --git a/chapter07/introduction.xml b/chapter07/introduction.xml index 243bad3b9..8ee7384cd 100644 --- a/chapter07/introduction.xml +++ b/chapter07/introduction.xml @@ -18,11 +18,11 @@ process must be organized to ensure the tasks are performed in the correct order but, at the same time, be executed as fast as possible.</para> - <para>In the packages that were installed in Chapter 6, there were two +<!-- <para>In the packages that were installed in Chapter 6, there were two different boot systems installed. LFS provides the ability to easily select which system the user wants to use and to compare and contrast the two systems by actually running each system on the local computer. The - advantages and disadvantages of these systems is presented below.</para> + advantages and disadvantages of these systems is presented below.</para>--> <sect2 id='sysv-desc'> <title>System V</title> @@ -94,7 +94,7 @@ </itemizedlist> </sect2> - +<!-- <sect2 id='sysd-desc'> <title>Systemd</title> @@ -166,7 +166,8 @@ </itemizedlist> </sect2> - +--> +<!-- <sect2 id='sysv'> <title>Selecting a Boot Method</title> @@ -220,5 +221,5 @@ chmod 0744 /usr/sbin/set-sysv</userinput></screen> appropriate script above and rebooting.</para> </sect2> - +--> </sect1> 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> diff --git a/chapter07/profile.xml b/chapter07/profile.xml index af33993f3..f2a8856c8 100644 --- a/chapter07/profile.xml +++ b/chapter07/profile.xml @@ -155,7 +155,7 @@ EOF</userinput></screen> 8-bit</quote>). So you can use the <quote>C</quote> locale only if you are sure that you will never need 8-bit characters.</para> - <para>UTF-8 based locales are not supported well by many programs. + <para>UTF-8 based locales are not supported well by some programs. Work is in progress to document and, if possible, fix such problems, see <ulink url="&blfs-root;view/svn/introduction/locale-issues.html"/>.</para> diff --git a/chapter07/symlinks.xml b/chapter07/symlinks.xml index 1d4467a15..cf06009a5 100644 --- a/chapter07/symlinks.xml +++ b/chapter07/symlinks.xml @@ -113,7 +113,7 @@ creating your configuration files below.</para> </sect3> - +<!-- <sect3> <title>Custom Naming in Systemd</title> @@ -151,7 +151,7 @@ MACAddress=cb:a9:87:65:43:21</screen> the Name entry.</para> </sect3> - +--> </sect2> <sect2> |