diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-05-27 19:55:47 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-05-27 19:55:47 +0000 |
commit | e787b1fe1487300d51ec7be69d3f98957c137453 (patch) | |
tree | 044d437cdd389489d13cd040a304004a2ed23d2f /prologue | |
parent | cbd8bf0ff339fce586b58ae892de89b30b078241 (diff) |
Update to dbus-1.10.8.
Update to e2fsprogs-1.43.
Update to gdbm-1.12.
Update to iproute2-4.6.0.
Update to make-4.2.
Update to systemd-230.
Add additional explanatory text for sytemctl and journalctl commands.
[chapter07/systemd-custom.xml]
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/merge@11078 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'prologue')
-rw-r--r-- | prologue/errata.xml | 6 | ||||
-rw-r--r-- | prologue/why.xml | 18 |
2 files changed, 13 insertions, 11 deletions
diff --git a/prologue/errata.xml b/prologue/errata.xml index e5c3f5969..07b80d672 100644 --- a/prologue/errata.xml +++ b/prologue/errata.xml @@ -14,8 +14,10 @@ and enhanced. Security warnings and bug fixes may become available after the LFS book has been released. To check whether the package versions or instructions in this release of LFS need any modifications to accommodate - security vulnerabilities or other bug fixes, please visit <ulink - url="&errata;"/> before proceeding with your build. You should note any + security vulnerabilities or other bug fixes, please visit + <ulink revision="sysv" url="&errata;"/> + <ulink revision="systemd" url="&erratad;"/> + before proceeding with your build. You should note any changes shown and apply them to the relevant section of the book as you progress with building the LFS system.</para> diff --git a/prologue/why.xml b/prologue/why.xml index 387e4d55e..7a302f636 100644 --- a/prologue/why.xml +++ b/prologue/why.xml @@ -107,15 +107,15 @@ command line file management, and are necessary for the installation procedures of every package in LFS.</para> </listitem> -<!-- - <listitem> + + <listitem revision="systemd"> <para>D-Bus</para> <para>This package contains programs to implement a message bus system, which a simple way for applications to talk to one another. </para> </listitem> ---> + <listitem> <para>DejaGNU</para> @@ -139,7 +139,7 @@ tested file systems that Linux supports.</para> </listitem> - <listitem> + <listitem revision="sysv"> <para>Eudev</para> <para>This package is a device manager. It dynamically controls the entries @@ -465,15 +465,15 @@ in a secure way.</para> </listitem> - <listitem> + <listitem revision="sysv"> <para>Sysklogd</para> <para>This package contains programs for logging system messages, such as those given by the kernel or daemon processes when unusual events occur.</para> </listitem> -<!-- - <listitem> + + <listitem revision="systemd"> <para>Systemd</para> <para>This package provides and <application>init</application> program @@ -482,8 +482,8 @@ In LFS it is installed side-by-side with Sysvinit to provide the user with alternative boot systems for comparison.</para> </listitem> ---> - <listitem> + + <listitem revision="sysv"> <para>Sysvinit</para> <para>This package provides the <application>init</application> |