Ignore:
Timestamp:
08/22/2014 02:05:45 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
db05718
Parents:
4a0bb54
Message:

Update systemd instructions for 216.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/systemd.xml

    r4a0bb54 rf906354  
    174174    cases from running because they fail in a chroot environment:</para>
    175175
    176 <screen><userinput remap="test">sed -e "s:test/udev-test.pl::g"             \
    177     -e "s:test-bus-cleanup\$(EXEEXT) ::g"   \
    178     -e "s:test-bus-gvariant\$(EXEEXT) ::g"  \
    179     -e "s:test-dhcp6-client\$(EXEEXT) ::g"  \
    180     -e "s:test-journal-flush\$(EXEEXT) ::g" \
    181     -e "s:test-path-util\$(EXEEXT) ::g"     \
    182     -e "s:test-sched-prio\$(EXEEXT) ::g"    \
    183     -e "s:test-strv\$(EXEEXT) ::g"          \
     176<screen><userinput remap="test">sed -e "s:test/udev-test.pl::g"              \
     177    -e "s:test-bus-cleanup\$(EXEEXT) ::g"    \
     178    -e "s:test-condition-util\$(EXEEXT) ::g" \
     179    -e "s:test-dhcp6-client\$(EXEEXT) ::g"   \
     180    -e "s:test-engine\$(EXEEXT) ::g"         \
     181    -e "s:test-journal-flush\$(EXEEXT) ::g"  \
     182    -e "s:test-path-util\$(EXEEXT) ::g"      \
     183    -e "s:test-sched-prio\$(EXEEXT) ::g"     \
     184    -e "s:test-strv\$(EXEEXT) ::g"           \
    184185    -i Makefile</userinput></screen>
    185186
     
    232233        reboot, runlevel, shutdown, systemctl, systemd-analyze,
    233234        systemd-ask-password, systemd-cat, systemd-cgls, systemd-cgtop,
    234         systemd-delta, systemd-detect-virt, systemd-escape,<!-- systemd-firstboot, -->
    235         systemd-inhibit, systemd-machine-id-setup, systemd-notify, systemd-nspawn,
    236         systemd-path, systemd-run, systemd-stdio-bridge,<!-- systemd-sysusers, -->
    237         systemd-tmpfiles, systemd-tty-ask-password-agent, telinit, timedatectl,
    238         and udevadm</seg>
     235        systemd-delta, systemd-detect-virt, systemd-escape, systemd-inhibit,
     236        systemd-machine-id-setup, systemd-notify, systemd-nspawn, systemd-path,
     237        systemd-run, systemd-stdio-bridge, systemd-tmpfiles,
     238        systemd-tty-ask-password-agent, telinit, timedatectl, and udevadm</seg>
    239239        <seg>libnss_myhostname.so.2, libnss_mymachines.so.2, libnss_resolve.so.2,
    240240        libsystemd.so, libudev.so</seg>
     
    243243        /etc/xdg/systemd, /lib/systemd, /lib/udev, /usr/include/systemd,
    244244        /usr/lib/binfmt.d, /usr/lib/kernel, /usr/lib/modules-load.d,
    245         /usr/lib/sysctl.d, /usr/lib/systemd,<!-- /usr/lib/sysusers.d, -->
    246         /usr/lib/tmpfiles.d, /usr/share/doc/systemd-&systemd-version;,
    247         /usr/share/factory, /usr/share/systemd, /var/lib/systemd,
    248         /var/log/journal</seg>
     245        /usr/lib/sysctl.d, /usr/lib/systemd, /usr/lib/tmpfiles.d,
     246        /usr/share/doc/systemd-&systemd-version;, /usr/share/factory,
     247        /usr/share/systemd, /var/lib/systemd, /var/log/journal</seg>
    249248      </seglistitem>
    250249    </segmentedlist>
     
    518517      </varlistentry>
    519518
    520       <!-- <varlistentry id="systemd-firstboot">
    521         <term><command>systemd-firstboot</command></term>
    522         <listitem>
    523           <para>Initializes the most basic system settings interactively on the
    524           first boot.</para>
    525           <indexterm zone="ch-system-systemd systemd-firstboot">
    526             <primary sortas="b-systemd-firstboot">systemd-firstboot</primary>
    527           </indexterm>
    528         </listitem>
    529       </varlistentry> -->
    530 
    531519      <varlistentry id="systemd-inhibit">
    532520        <term><command>systemd-inhibit</command></term>
     
    600588          <indexterm zone="ch-system-systemd systemd-stdio-bridge">
    601589            <primary sortas="b-systemd-stdio-bridge">systemd-stdio-bridge</primary>
    602           </indexterm>
    603         </listitem>
    604       </varlistentry> -->
    605 
    606       <!-- <varlistentry id="systemd-sysusers">
    607         <term><command>systemd-sysusers</command></term>
    608         <listitem>
    609           <para>Creates system users and groups, based on the file format and location
    610           specified in <filename class="directory">sysusers.d</filename>.</para>
    611           <indexterm zone="ch-system-systemd systemd-sysusers">
    612             <primary sortas="b-systemd-sysusers">systemd-sysusers</primary>
    613590          </indexterm>
    614591        </listitem>
Note: See TracChangeset for help on using the changeset viewer.