mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 11:21:59 +00:00
Don't move so many coreutils binaries to /bin
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6736 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
6c511d85f8
commit
b2c8a77a2d
@ -114,6 +114,9 @@ First a summary, then a detailed log.</para>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem><para>August 20th, 2005 [matt]: Stop moving some of coreutils binaries
|
||||
to /bin as they aren't required to be there (fixes bug 1620).</para></listitem>
|
||||
|
||||
<listitem><para>August 19th, 2005 [matt]: Upgrade to Udev-068</para></listitem>
|
||||
|
||||
<listitem><para>August 19th, 2005 [matt]: Upgrade to IANA-etc-2.00</para></listitem>
|
||||
|
@ -82,17 +82,19 @@ groups:</para>
|
||||
|
||||
<screen><userinput>make install</userinput></screen>
|
||||
|
||||
<para>Move programs to the proper locations:</para>
|
||||
<para>Move programs to the locations specified by the FHS:</para>
|
||||
|
||||
<screen><userinput>mv /usr/bin/{[,basename,cat,chgrp,chmod,chown,cp,dd,df} /bin
|
||||
mv /usr/bin/{date,echo,false,head,hostname,install,ln} /bin
|
||||
mv /usr/bin/{ls,mkdir,mknod,mv,pwd,rm,rmdir,sync} /bin
|
||||
mv /usr/bin/{sleep,stty,test,touch,true,uname} /bin
|
||||
<screen><userinput>mv /usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo} /bin
|
||||
mv /usr/bin/{false,hostname,ln,ls,mkdir,mknod,mv,pwd,rm} /bin
|
||||
mv /usr/bin/{rmdir,stty,sync,true,uname} /bin
|
||||
mv /usr/bin/chroot /usr/sbin</userinput></screen>
|
||||
|
||||
<para>Finally, create a symlink to be FHS-compliant:</para>
|
||||
<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>
|
||||
|
||||
<screen><userinput>ln -s ../../bin/install /usr/bin</userinput></screen>
|
||||
<screen><userinput>mv /usr/bin/{head,sleep} /bin</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -30,11 +30,6 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Udev</title>
|
||||
|
||||
<para>Fix an incorrect assumption in the Udev testsuite regarding the location
|
||||
of the <command>test</command> binary:</para>
|
||||
|
||||
<screen><userinput>sed -i -e 's@/usr/bin/test@/bin/test@' test/udev-test.pl</userinput></screen>
|
||||
|
||||
<para>Compile the package:</para>
|
||||
|
||||
<screen><userinput>make udevdir=/dev</userinput></screen>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!ENTITY version "SVN-20050819">
|
||||
<!ENTITY releasedate "August 19, 2005">
|
||||
<!ENTITY version "SVN-20050820">
|
||||
<!ENTITY releasedate "August 20, 2005">
|
||||
<!ENTITY milestone "6.2">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user