Ignore:
Timestamp:
05/12/2021 04:24:11 AM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
5ed37b3, c034573, df462a9
Parents:
0f7d4cb
Message:

Merge Xi's changes into trunk
Update to meson-0.58.0
Update to systemd-248
Update to gcc-11.1.0
Update to linux-5.12.1
Update to iproute2-5.12.0
Update to Python-3.9.5
Make /bin, /sbin, and /lib symlinks to their counterparts in /usr.
Thanks again for a significant portion of this work goes to Xi, I only
really merged it and made a couple of modifications for my updates. To
LFS 11.x we go!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/coreutils.xml

    r0f7d4cb rd7a9421  
    143143    <para>Move programs to the locations specified by the FHS:</para>
    144144
    145 <screen><userinput remap="install">mv -v /usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo} /bin
    146 mv -v /usr/bin/{false,ln,ls,mkdir,mknod,mv,pwd,rm} /bin
    147 mv -v /usr/bin/{rmdir,stty,sync,true,uname} /bin
    148 mv -v /usr/bin/chroot /usr/sbin
     145<screen><userinput remap="install">mv -v /usr/bin/chroot /usr/sbin
    149146mv -v /usr/share/man/man1/chroot.1 /usr/share/man/man8/chroot.8
    150147sed -i 's/"1"/"8"/' /usr/share/man/man8/chroot.8</userinput></screen>
    151 
    152     <para revision="sysv">Some of the scripts in the LFS-Bootscripts package
    153     depend on <command>head</command>, <command>nice</command>,
    154     <command>sleep</command>, and <command>touch</command>.  As <filename
    155     class="directory">/usr</filename> may not be available during the early and
    156     late stages of booting, those binaries need to be on the root partition to
    157     maintain FHS compliance:</para>
    158 
    159 <screen><userinput remap="install">mv -v /usr/bin/{head,nice,sleep,touch} /bin</userinput></screen>
    160148
    161149  </sect2>
Note: See TracChangeset for help on using the changeset viewer.