diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-04-28 09:26:21 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-04-28 09:26:21 +0000 |
commit | fd8ef110375ad49b202e62cf6f10ed3ab38b5781 (patch) | |
tree | 70d936657569b7daadad2563a146d5f40328fdaf /chapter06/dbus.xml | |
parent | bf1971976f6f61642db66b5ef0a0f8b3586ca9b2 (diff) |
Update to Linux-3.14.2
Misc changes to dbus text and a new instruction.
Some additional minor tweaks.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10555 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/dbus.xml')
-rw-r--r-- | chapter06/dbus.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/chapter06/dbus.xml b/chapter06/dbus.xml index 476baf41d..9ed4e5b6b 100644 --- a/chapter06/dbus.xml +++ b/chapter06/dbus.xml @@ -74,7 +74,7 @@ <para>This package does come with a testsuite, but it requires several packages that are not included in LFS. Instructions for running the testsuite can be found in the BLFS book at - <ulink url="&blfs-root;/view/svn/general/dbus.html"/>.</para> + <ulink url="&blfs-root;/view/&short-version;/general/dbus.html"/>.</para> <para>Install the package:</para> @@ -93,6 +93,11 @@ ln -sfv ../../lib/$(readlink /usr/lib/libdbus-1.so) /usr/lib/libdbus-1.so</useri <screen><userinput remap="install">ln -sv /etc/machine-id /var/lib/dbus</userinput></screen> + <para>Finally, generate a D-Bus UUID to avoid possible warnings + when building some packages in BLFS:</para> + +<screen><userinput remap="install">dbus-uuidgen --ensure</userinput></screen> + </sect2> <sect2 id="contents-dbus" role="content"> |