diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-04-03 21:52:09 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-04-03 21:52:09 +0000 |
commit | cba2d4e6aa081fdf62e527d28eba137eb885f0cc (patch) | |
tree | eee1c3ef6d42101635b135289262eb1386cf87a0 /appendices | |
parent | 008436e04cb47fbba28ab083cf4ef9339699b5fd (diff) |
Added systemd and dbus to the book.
Set up systemd and System V side-by-side with the
ability to reboot to either system.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10520 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendices')
-rw-r--r-- | appendices/scripts.xml | 6 | ||||
-rw-r--r-- | appendices/udev-rules.xml | 2 |
2 files changed, 1 insertions, 7 deletions
diff --git a/appendices/scripts.xml b/appendices/scripts.xml index 30f63752b..abe836cb7 100644 --- a/appendices/scripts.xml +++ b/appendices/scripts.xml @@ -5,7 +5,6 @@ <!ENTITY checkfs SYSTEM "checkfs.script"> <!ENTITY cleanfs SYSTEM "cleanfs.script"> <!ENTITY console SYSTEM "console.script"> - <!ENTITY functions SYSTEM "functions.script"> <!ENTITY halt SYSTEM "halt.script"> <!ENTITY initfunctions SYSTEM "init-functions.script"> <!ENTITY localnet SYSTEM "localnet.script"> @@ -62,11 +61,6 @@ <screen>&initfunctions;</screen> </sect1> - <sect1 id="functions" role="wrap"> - <title>/etc/rc.d/init.d/functions</title> - <screen>&functions;</screen> - </sect1> - <sect1 id="mountvirtfs" role="wrap"> <title>/etc/rc.d/init.d/mountvirtfs</title> <screen>&mountvirtfs;</screen> diff --git a/appendices/udev-rules.xml b/appendices/udev-rules.xml index 2b9489bb7..7a901f361 100644 --- a/appendices/udev-rules.xml +++ b/appendices/udev-rules.xml @@ -14,7 +14,7 @@ <para>The rules from <!-- &eudev-lfs;.tar.bz2 -->in this appendix are listed for convenience. Installation is normally done via instructions in <xref - linkend='ch-system-eudev'/>. </para> + linkend='ch-system-systemd'/>. </para> <sect1 id="lfsrules" role="wrap"> <title>55-lfs.rules</title> |