Changeset 31a5fc04
- Timestamp:
- 08/20/2014 08:09:59 PM (10 years ago)
- Branches:
- 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
- Children:
- 7a80cbc
- Parents:
- 077d1b4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter06/systemd.xml.next
r077d1b4 r31a5fc04 77 77 --enable-split-usr \ 78 78 --disable-gudev \ 79 --disable-firstboot \ 79 80 --disable-ldconfig \ 81 --disable-sysusers \ 80 82 --without-python \ 81 83 --docdir=/usr/share/doc/systemd-&systemd-version; \ … … 124 126 125 127 <varlistentry> 128 <term><parameter>--disable-firstboot</parameter></term> 129 <listitem> 130 <para>This switch prevents installation of systemd 131 services responsible for setting up the system for 132 the first time. They are not useful for LFS because 133 everything is done manually.</para> 134 </listitem> 135 </varlistentry> 136 137 <varlistentry> 126 138 <term><parameter>--disable-ldconfig</parameter></term> 127 139 <listitem> … … 131 143 described feature is desired, even though it's not 132 144 useful for source distributions such as LFS.</para> 145 </listitem> 146 </varlistentry> 147 148 <varlistentry> 149 <term><parameter>--disable-sysusers</parameter></term> 150 <listitem> 151 <para>This switch prevents installation of systemd 152 services responsible for setting up the 153 <filename>/etc/group</filename> and 154 <filename>/etc/passwd</filename> files. Both files 155 were created early in this chapter.</para> 133 156 </listitem> 134 157 </varlistentry> … … 169 192 <screen><userinput remap="install">make LD_LIBRARY_PATH=/tools/lib install</userinput></screen> 170 193 171 <para>Prevent systemd units that are not needed on a LFS system from running:</para>172 173 <screen><userinput remap="install">rm -fv /lib/systemd/system/sysinit.target.wants/systemd-{firstboot,sysusers,update-done}.service</userinput></screen>174 175 194 <para>Move NSS libraries to <filename class="directory">/lib</filename>:</para> 176 195 … … 213 232 reboot, runlevel, shutdown, systemctl, systemd-analyze, 214 233 systemd-ask-password, systemd-cat, systemd-cgls, systemd-cgtop, 215 systemd-delta, systemd-detect-virt, systemd-escape, systemd-firstboot,234 systemd-delta, systemd-detect-virt, systemd-escape,<!-- systemd-firstboot, --> 216 235 systemd-inhibit, systemd-machine-id-setup, systemd-notify, systemd-nspawn, 217 236 systemd-path, systemd-run, systemd-stdio-bridge, systemd-sysusers, … … 499 518 </varlistentry> 500 519 501 < varlistentry id="systemd-firstboot">520 <!-- <varlistentry id="systemd-firstboot"> 502 521 <term><command>systemd-firstboot</command></term> 503 522 <listitem> … … 508 527 </indexterm> 509 528 </listitem> 510 </varlistentry> 529 </varlistentry> --> 511 530 512 531 <varlistentry id="systemd-inhibit">
Note:
See TracChangeset
for help on using the changeset viewer.