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 /chapter07/bootscripts.xml | |
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 'chapter07/bootscripts.xml')
-rw-r--r-- | chapter07/bootscripts.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chapter07/bootscripts.xml b/chapter07/bootscripts.xml index 7c2979f99..64e244d79 100644 --- a/chapter07/bootscripts.xml +++ b/chapter07/bootscripts.xml @@ -23,8 +23,9 @@ <sect2 role="package"> <title/> - <para>The LFS-Bootscripts package contains a set of scripts to start/stop the - LFS system at bootup/shutdown.</para> + <para>The LFS-Bootscripts package contains a set of scripts to start/stop + the LFS system at bootup/shutdown. The networking systemd unit file is + also installed.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> @@ -51,6 +52,7 @@ <title>Contents of LFS-Bootscripts</title> <segmentedlist> <segtitle>Installed scripts</segtitle> + <segtitle>Installed unit</segtitle> <segtitle>Installed directories</segtitle> <seglistitem> @@ -58,6 +60,7 @@ 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> |