Remove files from pkgmgt.xml not specific to systemd branch. Move programs from /usr/bin to /bin on coreutils and findutils pages to mirror what LFS does.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10696 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Krejzi 2014-08-16 17:23:09 +00:00
parent e7848c325a
commit 9b26915626
3 changed files with 16 additions and 5 deletions

View File

@ -129,6 +129,12 @@ 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>
<para>Some packages in BLFS and beyond expect the following
programs in <filename class="directory">/bin</filename>, so
make sure they are placed there:</para>
<screen><userinput remap="install">mv -v /usr/bin/{head,sleep,nice,test,[} /bin</userinput></screen>
</sect2> </sect2>
<sect2 id="contents-coreutils" role="content"> <sect2 id="contents-coreutils" role="content">

View File

@ -73,6 +73,14 @@
<screen><userinput remap="install">make install</userinput></screen> <screen><userinput remap="install">make install</userinput></screen>
<para>Some packages in BLFS and beyond expect the
<command>find</command> program in <filename
class="directory">/bin</filename>, so make sure
it's placed there:</para>
<screen><userinput remap="install">mv -v /usr/bin/find /bin
sed -i 's|find:=${BINDIR}|find:=/bin|' /usr/bin/updatedb</userinput></screen>
</sect2> </sect2>
<sect2 id="contents-findutils" role="content"> <sect2 id="contents-findutils" role="content">

View File

@ -260,11 +260,8 @@ make DESTDIR=/usr/pkg/libfoo/1.1 install</userinput></screen>
<filename>/etc/fstab</filename>, <filename>/etc/fstab</filename>,
<filename>/etc/passwd</filename>, <filename>/etc/passwd</filename>,
<filename>/etc/group</filename>, <filename>/etc/group</filename>,
<filename>/etc/shadow</filename>, <filename>/etc/shadow</filename>, and
<filename>/etc/ld.so.conf</filename>, <filename>/etc/ld.so.conf</filename>.
<filename>/etc/sysconfig/rc.site</filename>,
<filename>/etc/sysconfig/network</filename>, and
<filename>/etc/sysconfig/ifconfig.eth0</filename>.
</para> </para>
<para>A custom kernel may need to be built for the new system depending on <para>A custom kernel may need to be built for the new system depending on