Changeset 0ea8be75


Ignore:
Timestamp:
07/11/2014 06:41:28 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
gnome
Children:
66598ffc
Parents:
4b7fe82
Message:

Fixed line spacing on systemd page

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/gnome@13387 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/systemd.xml

    r4b7fe82 r0ea8be75  
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     39
     40
    3941    <warning>
    4042      <para>
     
    4244      </para>
    4345    </warning>
     46
     47
    4448    <itemizedlist spacing="compact">
    4549      <listitem>
     
    6266      </listitem>
    6367    </itemizedlist>
     68
    6469
    6570    <bridgehead renderas="sect3">Systemd Dependencies</bridgehead>
     
    117122
    118123  <sect2 role="installation">
     124
    119125    <title>Installation of Systemd</title>
    120126
    121127    <para>First, re-build systemd:</para>
    122128
    123 <screen><userinput>sed -i "s:blkid/::" $(grep -rl "blkid/blkid.h") &amp;&amp;
     129<screen><userinput>
     130
     131sed -i "s:blkid/::" $(grep -rl "blkid/blkid.h") &amp;&amp;
    124132patch -Np1 -i ../systemd-&systemd-version;-compat-patch; &amp;&amp;
    125133
     
    136144   <para>First prevent a few broken test cases from being run:</para>
    137145
    138 <screen><userinput>sed -i s:test/udev-test.pl::g Makefile</userinput></screen>
     146<screen><userinput>
     147
     148sed -i s:test/udev-test.pl::g Makefile</userinput></screen>
    139149
    140150   <note>
     
    154164    </warning>
    155165
    156 <screen role="root"><userinput>systemctl start rescue.target</userinput></screen>
     166<screen role="root">
     167
     168<userinput>systemctl start rescue.target</userinput></screen>
    157169
    158170   <para>Now re-install as the <systemitem class="username">root</systemitem>
    159171    user:</para>
    160172
    161 <screen role="root"><userinput>make install</userinput></screen>
     173<screen role="root">
     174
     175<userinput>make install</userinput></screen>
    162176
    163177 <para>Move NSS myhostname library to <filename class="directory">/lib</filename>
    164178 as the <systemitem class="username">root</systemitem> user:</para>
    165179
    166 <screen role="root"><userinput>mv -v /usr/lib/libnss_myhostname.so.2 /lib</userinput></screen>
     180<screen role="root">
     181
     182<userinput>mv -v /usr/lib/libnss_myhostname.so.2 /lib</userinput></screen>
    167183
    168184  <para>Remove an unnecessary directory as the as the <systemitem class="username">root</systemitem> user:</para>
    169185
    170 <screen role="root"><userinput>rm -rfv /usr/lib/rpm</userinput></screen>
     186<screen role="root">
     187
     188<userinput>rm -rfv /usr/lib/rpm</userinput></screen>
    171189
    172190<para>Remove a reference to a non-existent group as the <systemitem class="username">root</systemitem> user:</para>
    173191
    174 <screen role="root"><userinput>sed -i "s:0775 root lock:0755 root root:g" /usr/lib/tmpfiles.d/legacy.conf</userinput></screen>
     192<screen role="root">
     193
     194<userinput>sed -i "s:0775 root lock:0755 root root:g" /usr/lib/tmpfiles.d/legacy.conf</userinput></screen>
    175195
    176196    <note>
     
    196216     user:
    197217
    198 <screen role="root"><userinput>mv -v /usr/lib/libgcrypt.so.* /usr/lib/libgpg-error.so.* /lib
    199 ln -sfv ../../lib/$(readlink /usr/lib/libgcrypt.so) /usr/lib/libgcrypt.so
     218<screen role="root"><userinput>
     219
     220mv -v /usr/lib/libgcrypt.so.* /usr/lib/libgpg-error.so.* /lib &amp;&amp;
     221ln -sfv ../../lib/$(readlink /usr/lib/libgcrypt.so) /usr/lib/libgcrypt.so &amp;&amp;
    200222ln -sfv ../../lib/$(readlink /usr/lib/libgpg-error.so) /usr/lib/libgpg-error.so</userinput></screen></para></note>
    201223
    202  <para>If the pam_systemd.so PAM module was built, the system-sesion
     224    <para>If the pam_systemd.so PAM module was built, the system-sesion
    203225    PAM file needs to be modified and a new file needs to be created in order
    204226    for systemd-logind to work correctly.  Create the configuration file by
     
    206228    user:
    207229    </para>
     230
    208231<screen role="root"><userinput>
    209232
     
    236259    user:</para>
    237260
    238 <screen role="root"><userinput>systemctl daemon-reexec &amp;&amp;
    239                                systemctl restart systemd-logind systemd-journald systemd-udevd</userinput></screen>
     261<screen role="root">
     262
     263<userinput>systemctl daemon-reexec &amp;&amp;
     264systemctl restart systemd-logind systemd-journald systemd-udevd</userinput></screen>
     265
    240266  </sect2>
    241267
Note: See TracChangeset for help on using the changeset viewer.