aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/coreutils.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2006-07-13 15:28:35 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2006-07-13 15:28:35 +0000
commitb540268f6ab54e1f83feeb0d325335dd51b952ad (patch)
treedb76d2cdc167366bc88485ce45cd9a47bb26a1e3 /chapter06/coreutils.xml
parent83f017331fdfbe05eda75eb76e397fdbecae14ec (diff)
Moved the executables: nice, find, kbd_mode, openvt, and setfont to /bin. Added --datadir=/lib/kbd to kbd's configure.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7668 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r--chapter06/coreutils.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml
index bd3322219..bc614c205 100644
--- a/chapter06/coreutils.xml
+++ b/chapter06/coreutils.xml
@@ -115,12 +115,12 @@ mv -v /usr/bin/{rmdir,stty,sync,true,uname} /bin
mv -v /usr/bin/chroot /usr/sbin</userinput></screen>
<para>Some of the scripts in the LFS-Bootscripts package depend on
- <command>head</command> and <command>sleep</command>. As
- <filename class="directory">/usr</filename> may not be available during the
- early stages of booting, those binaries need to be on the root
- partition:</para>
+ <command>head</command>, <command>sleep</command>, and
+ <command>nice</command>. As <filename class="directory">/usr</filename>
+ may not be available during the early stages of booting, those binaries
+ need to be on the root partition:</para>
-<screen><userinput>mv -v /usr/bin/{head,sleep} /bin</userinput></screen>
+<screen><userinput>mv -v /usr/bin/{head,sleep,nice} /bin</userinput></screen>
</sect2>