diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-02-28 21:24:17 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-02-28 21:24:17 +0000 |
commit | 99df5e83e71fe3bf3205a1359a54a621b2b0385b (patch) | |
tree | 0db0905b07685e11a74bb7ef986e4b72b68c880e /chapter06 | |
parent | 1f908d1670b6652db4ffbb6b496b2cfdc8c8d952 (diff) |
* Move /usr/bin/logger to /bin as it's needed by the bootscripts. Fixes bug 1035
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4708 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/util-linux.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index 3e65fa838..a66b859f7 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -79,9 +79,13 @@ by Glibc) from being built and installed again.</para></listitem> <para>This package does not come with a test suite.</para> -<para>Install the package:</para> +<para>Install the package and move the <command>logger</command> binary to +<filename class="directory">/bin</filename> as it is needed by the bootscripts: +</para> -<screen><userinput>make HAVE_KILL=yes HAVE_SLN=yes install</userinput></screen> +<screen><userinput>make HAVE_KILL=yes HAVE_SLN=yes install +mv /usr/bin/logger /bin</userinput> +</screen> </sect2> |