From 28cf0f7c941af80f1310990f4f7bfc392ad31a07 Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Mon, 10 Oct 2016 21:07:26 +0000 Subject: [PATCH] (systemd) Fixed the resolv.conf symlink and added note about using our generated tarball git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11133 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 16 ++++++++++++++++ chapter03/packages.xml | 10 ++++++++++ chapter06/systemd.xml | 2 +- general.ent | 6 +++--- 4 files changed, 30 insertions(+), 4 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 581b7a2a2..8260a0298 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,6 +42,22 @@ or as appropriate for the entry or if needed the entire day's listitem. --> + + 2016-10-10 + + + [renodr] - Added a note about using the + systemd source tarball generated by the + LFS systemd team. + + + [renodr] - Fixed the symlink for /etc/resolv.conf in the + systemd page in Chapter 6. Thanks goes to DJ Lucas and + Wayne for reporting this. + + + + 2016-10-09 diff --git a/chapter03/packages.xml b/chapter03/packages.xml index 97e1c6948..1bc7bc5d4 100644 --- a/chapter03/packages.xml +++ b/chapter03/packages.xml @@ -585,6 +585,16 @@ Home page: Download: MD5 sum: &systemd-md5; + + + The Linux From Scratch systemd team generates its own tarball + of the systemd source. This is done in order to generate the manual + pages and documentation, as well as prevent unnecessary files from + the systemd git repo from being installed + on the system. Please use the version generated by the Linux From + Scratch team. + + diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index cce7c1177..3354320c3 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -222,7 +222,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init Fix a broken symlink created by the systemd installation process: rm -fv /etc/resolv.conf -ln -s ../lib/systemd/resolv.conf /etc/resolv.conf +ln -sv /run/systemd/resolve/resolv.conf /etc/resolv.conf Since the testsuite largely depends on the host system kernel configuration, some tests may fail. It also needs a modification in diff --git a/general.ent b/general.ent index 2b51c72e3..d86d566be 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ - + - + - +