mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
test and [ are not specified by FHS to be in /bin.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10603 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
f96ed91902
commit
88b27a60e1
@ -119,7 +119,7 @@
|
|||||||
|
|
||||||
<screen><userinput remap="install">mv -v /usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo} /bin
|
<screen><userinput remap="install">mv -v /usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo} /bin
|
||||||
mv -v /usr/bin/{false,ln,ls,mkdir,mknod,mv,pwd,rm} /bin
|
mv -v /usr/bin/{false,ln,ls,mkdir,mknod,mv,pwd,rm} /bin
|
||||||
mv -v /usr/bin/{rmdir,stty,sync,true,uname,test,[} /bin
|
mv -v /usr/bin/{rmdir,stty,sync,true,uname} /bin
|
||||||
mv -v /usr/bin/chroot /usr/sbin
|
mv -v /usr/bin/chroot /usr/sbin
|
||||||
mv -v /usr/share/man/man1/chroot.1 /usr/share/man/man8/chroot.8
|
mv -v /usr/share/man/man1/chroot.1 /usr/share/man/man8/chroot.8
|
||||||
sed -i s/\"1\"/\"8\"/1 /usr/share/man/man8/chroot.8</userinput></screen>
|
sed -i s/\"1\"/\"8\"/1 /usr/share/man/man8/chroot.8</userinput></screen>
|
||||||
@ -130,7 +130,7 @@ sed -i s/\"1\"/\"8\"/1 /usr/share/man/man8/chroot.8</userinput></screen>
|
|||||||
may not be available during the early stages of booting, those binaries
|
may not be available during the early stages of booting, those binaries
|
||||||
need to be on the root partition:</para>
|
need to be on the root partition:</para>
|
||||||
|
|
||||||
<screen><userinput remap="install">mv -v /usr/bin/{head,sleep,nice} /bin</userinput></screen>
|
<screen><userinput remap="install">mv -v /usr/bin/{head,sleep,nice,test,[} /bin</userinput></screen>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user