mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-09 22:04:35 +01:00
noted dep update
added mv chroot ../sbin to chap5-shutils git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1633 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
71286bb630
commit
02b095a133
@ -6,6 +6,13 @@
|
|||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
|
||||||
|
<listitem><para>February 17th, 2002 [gerard]: Chapter 05 - Sh-utils: Added
|
||||||
|
the command again that moves $LFS/usr/bin/chroot to
|
||||||
|
$LFS/usr/sbin</para></listitem>
|
||||||
|
|
||||||
|
<listitem><para>February 17th, 2002 [gerard] Updated dependencies for all
|
||||||
|
packages.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>February 15th, 2002 [gerard] Chapter 01: Added a new mirror
|
<listitem><para>February 15th, 2002 [gerard] Chapter 01: Added a new mirror
|
||||||
to the list located in The Netherlands (www.nl and
|
to the list located in The Netherlands (www.nl and
|
||||||
ftp.nl).</para></listitem>
|
ftp.nl).</para></listitem>
|
||||||
|
@ -19,7 +19,7 @@ make LDFLAGS=-static &&
|
|||||||
make install &&
|
make install &&
|
||||||
cd $LFS/usr/bin &&
|
cd $LFS/usr/bin &&
|
||||||
mv basename date echo false hostname $LFS/bin &&
|
mv basename date echo false hostname $LFS/bin &&
|
||||||
mv pwd sleep stty test true uname $LFS/bin</userinput></screen></para>
|
mv pwd sleep stty test true uname $LFS/bin &&
|
||||||
|
mv chroot ../sbin</userinput></screen></para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user