diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2018-11-24 18:08:40 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2018-11-24 18:08:40 +0000 |
commit | b8cb3b30d6e9fc403c5724afa97ae3d79ef7ab1d (patch) | |
tree | 5a9ba272f4083237cebdaad77a1347d09a6618d8 /chapter06/coreutils.xml | |
parent | 31bf7e7f074b6c075977ba921623af69a1651ce5 (diff) |
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
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r-- | chapter06/coreutils.xml | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index a228fdfc8..803bdadb0 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -152,16 +152,13 @@ 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> <para revision="sysv">Some of the scripts in the LFS-Bootscripts package - depend on <command>head</command>, <command>sleep</command>, and - <command>nice</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> + depend on <command>head</command>, <command>nice</command>, + <command>sleep</command>, and <command>touch</command>. As <filename + class="directory">/usr</filename> may not be available during the early and + late stages of booting, those binaries need to be on the root partition to + maintain FHS compliance:</para> - <para revision="systemd">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} /bin</userinput></screen> +<screen><userinput remap="install">mv -v /usr/bin/{head,nice,sleep,touch} /bin</userinput></screen> </sect2> |