aboutsummaryrefslogtreecommitdiffstats
path: root/chapter09
diff options
context:
space:
mode:
authorKrejzi <krejzi@linuxfromscratch.org>2014-06-29 15:37:13 +0000
committerKrejzi <krejzi@linuxfromscratch.org>2014-06-29 15:37:13 +0000
commit967d78e49b88a936cdd12fed4939c717d9f74212 (patch)
treee241230b2c3e6d56c5bd16279cacd6382d2d6fd5 /chapter09
parent364f16fa7d612d375238f182e541007886775692 (diff)
More Systemd -> systemd renaming, fix ordering and wording in chapter07 introduction, removed final leftovers from network scripts.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10597 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter09')
-rw-r--r--chapter09/theend.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter09/theend.xml b/chapter09/theend.xml
index 236370789..a8575f64b 100644
--- a/chapter09/theend.xml
+++ b/chapter09/theend.xml
@@ -18,7 +18,7 @@
success with your shiny new custom-built Linux system.</para>
<para>Create an <filename>/etc/os-release</filename> file required by
- Systemd:</para>
+ systemd:</para>
<screen><userinput>cat &gt; /etc/os-release &lt;&lt; "EOF"
NAME="Linux From Scratch"
@@ -28,7 +28,7 @@ PRETTY_NAME="Linux From Scratch &version;"
EOF</userinput></screen>
<para>It is recommended to create <filename>/etc/lfs-release</filename>
- for compatibility with non Systemd branch. By having this file, it is very
+ for compatibility with non systemd branch. By having this file, it is very
easy for you (and for us if you need to ask for help at some point) to find
out which LFS version is installed on the system. Create this file by
running:</para>