Ignore:
Timestamp:
11/24/2018 06:08:40 PM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 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, 8.4, 9.0, 9.1, 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:
2733e20
Parents:
31bf7e7
Message:

Add 'wheel' group to systemd groups.
Add touch to the list of moved coreutils programs, and clarify necessity of the moves to meet FHS compliance.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11488 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/coreutils.xml

    r31bf7e7 rb8cb3b3  
    153153
    154154    <para revision="sysv">Some of the scripts in the LFS-Bootscripts package
    155     depend on <command>head</command>, <command>sleep</command>, and
    156     <command>nice</command>.  As <filename class="directory">/usr</filename>
    157     may not be available during the early stages of booting, those binaries
    158     need to be on the root partition:</para>
    159 
    160     <para revision="systemd">Some packages in BLFS and beyond expect the
    161     following programs in <filename class="directory">/bin</filename>, so make
    162     sure they are placed there:</para>
    163 
    164 <screen><userinput remap="install">mv -v /usr/bin/{head,sleep,nice} /bin</userinput></screen>
     155    depend on <command>head</command>, <command>nice</command>,
     156    <command>sleep</command>, and <command>touch</command>.  As <filename
     157    class="directory">/usr</filename> may not be available during the early and
     158    late stages of booting, those binaries need to be on the root partition to
     159    maintain FHS compliance:</para>
     160
     161<screen><userinput remap="install">mv -v /usr/bin/{head,nice,sleep,touch} /bin</userinput></screen>
    165162
    166163  </sect2>
Note: See TracChangeset for help on using the changeset viewer.