diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2018-09-30 01:14:36 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2018-09-30 01:14:36 +0000 |
commit | cc09c074d6c216d901a7b497089cf0fbc97f0548 (patch) | |
tree | 2c102c42aba258c989cbf0e5af4dd2c907c38678 /chapter05 | |
parent | 6c672426f85596f90903645f78d510d52f2846a5 (diff) |
Restore build of Util-Linux in chapter5 to avoid reciprocal dependency for Systemd.
Moved installation of Util-Linux and E2fsprogs after Procps to satisfy build order in the Systemd book. This has no effect on the SysV book.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11473 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/chapter05.xml | 2 | ||||
-rw-r--r-- | chapter05/util-linux.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/chapter05.xml b/chapter05/chapter05.xml index 1951fde7e..8fe5a0870 100644 --- a/chapter05/chapter05.xml +++ b/chapter05/chapter05.xml @@ -43,7 +43,7 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sed.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tar.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="texinfo.xml"/> -<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="util-linux.xml"/>--> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="util-linux.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xz.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="stripping.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="changingowner.xml"/> diff --git a/chapter05/util-linux.xml b/chapter05/util-linux.xml index db0bc3261..5cda1f60b 100644 --- a/chapter05/util-linux.xml +++ b/chapter05/util-linux.xml @@ -5,7 +5,7 @@ %general-entities; ]> -<sect1 id="ch-tools-util-linux" role="wrap"> +<sect1 id="ch-tools-util-linux" role="wrap" revision="systemd"> <?dbhtml filename="util-linux.html"?> <sect1info condition="script"> |