Changeset b8cb3b3


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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r31bf7e7 rb8cb3b3  
    4444-->
    4545    <listitem>
     46      <para>2018-11-24</para>
     47      <itemizedlist>
     48        <listitem revision="systemd">
     49          <para>[dj] - Add "wheel" group to systemd groups.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[dj] - Add touch to the list of moved coreutils programs, and
     53          clarify necessity of the moves to meet FHS compliance.</para>
     54        </listitem>
     55      </itemizedlist>
     56    </listitem>
     57
     58    <listitem>
    4659      <para>2018-11-21</para>
    4760      <itemizedlist>
  • 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>
  • chapter06/createfiles.xml

    r31bf7e7 rb8cb3b3  
    301301systemd-timesync:x:78:
    302302systemd-coredump:x:79:
     303wheel:x:97:
    303304nogroup:x:99:
    304305users:x:999:</literal>
  • general.ent

    r31bf7e7 rb8cb3b3  
    1 <!ENTITY version         "SVN-20181121">
     1<!ENTITY version         "SVN-20181124">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
    44<!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    55
    6 <!ENTITY versiond        "20181121-systemd">
     6<!ENTITY versiond        "20181124-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "November 21, 2018">
     10<!ENTITY releasedate     "November 24, 2018">
    1111
    1212<!ENTITY copyrightdate   "1999-2018"><!-- jhalfs needs a literal dash, not &ndash; -->
Note: See TracChangeset for help on using the changeset viewer.