Ignore:
Timestamp:
05/18/2013 06:03:06 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
3711cc6
Parents:
310308a
Message:

Update Systemd page for 204.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/systemd.xml

    r310308a reb460c5  
    5050            --with-rootprefix= \
    5151            --with-rootlibdir=/lib \
    52             --with-kbd-loadkeys=/bin/loadkeys \
    53             --with-kbd-setfont=/bin/setfont \
     52            --with-firmware-path="/lib/firmware/updates:/lib/firmware" \
    5453            --enable-split-usr \
    5554            --disable-gudev \
     
    6968
    7069      <varlistentry>
    71         <term><parameter>--with-kbd-*</parameter></term>
    72         <listitem>
    73           <para>These switches tell Systemd where to find
    74           Kbd programs.</para>
     70        <term><parameter>--with-firmware-path=...</parameter></term>
     71        <listitem>
     72          <para>This switch enables Udev firmware loader and
     73          sets the default firmware search path.</para>
    7574        </listitem>
    7675      </varlistentry>
     
    134133
    135134      <seglistitem>
    136         <seg>halt, hostnamectl, init, journalctl, localectl, loginctl,
    137         poweroff, reboot, runlevel, shutdown, systemctl, systemd-analyze,
    138         systemd-ask-password, systemd-cat, systemd-cgls, systemd-cgtop,
    139         systemd-coredumpctl, systemd-delta, systemd-detect-virt,
     135        <seg>halt, hostnamectl, init, journalctl, kernel-install, localectl,
     136        loginctl, poweroff, reboot, runlevel, shutdown, systemctl,
     137        systemd-analyze, systemd-ask-password, systemd-cat, systemd-cgls,
     138        systemd-cgtop, systemd-coredumpctl, systemd-delta, systemd-detect-virt,
    140139        systemd-inhibit, systemd-machine-id-setup, systemd-notify,
    141140        systemd-nspawn, systemd-stdio-bridge, systemd-tmpfiles,
     
    144143        <seg>libnss_myhostname.so.2, libsystemd-daemon.so, libsystemd-id128.so,
    145144        libsystemd-journal.so, libsystemd-login.so and libudev.so</seg>
    146         <seg>/etc/binfmt.d, /etc/init.d, /etc/modules-load.d, /etc/rpm,
     145        <seg>/etc/binfmt.d, /etc/init.d, /etc/kernel, /etc/modules-load.d, /etc/rpm,
    147146        /etc/sysctl.d, /etc/systemd, /etc/tmpfiles.d, /etc/udev,
    148147        /etc/xdg/systemd, /lib/systemd, /lib/udev, /usr/include/systemd,
    149         /usr/lib/binfmt.d, /usr/lib/modules-load.d, /usr/lib/sysctl.d,
     148        /usr/lib/binfmt.d, /usr/lib/kernel, /usr/lib/modules-load.d, /usr/lib/sysctl.d,
    150149        /usr/lib/systemd, /usr/lib/tmpfiles.d, /usr/share/doc/systemd-&systemd-version;,
    151         /usr/share/systemd, /var/lib/systemd and /var/log/journald</seg>
     150        /usr/share/systemd, /var/lib/systemd and /var/log/journal</seg>
    152151      </seglistitem>
    153152    </segmentedlist>
     
    205204      </varlistentry>
    206205
     206      <varlistentry id="kernel-install">
     207        <term><command>kernel-install</command></term>
     208        <listitem>
     209          <para>used to add and remove kernel and initramfs images to and
     210          from /boot.</para>
     211          <indexterm zone="ch-system-systemd kernel-install">
     212            <primary sortas="b-kernel-install">kernel-install</primary>
     213          </indexterm>
     214        </listitem>
     215      </varlistentry>
     216
    207217      <varlistentry id="localectl">
    208218        <term><command>localectl</command></term>
Note: See TracChangeset for help on using the changeset viewer.