diff options
author | Krejzi <krejzi@linuxfromscratch.org> | 2014-06-29 15:37:13 +0000 |
---|---|---|
committer | Krejzi <krejzi@linuxfromscratch.org> | 2014-06-29 15:37:13 +0000 |
commit | 967d78e49b88a936cdd12fed4939c717d9f74212 (patch) | |
tree | e241230b2c3e6d56c5bd16279cacd6382d2d6fd5 /chapter09 | |
parent | 364f16fa7d612d375238f182e541007886775692 (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.xml | 4 |
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 > /etc/os-release << "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> |