Ignore:
Timestamp:
07/19/2014 04:00:20 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
gnome
Children:
b4e811f
Parents:
fcaec6b
Message:

Added systemd information to gdm page and updated configure switch on gnome-terminal page.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/desktop/gdm.xml

    rfcaec6b rf7d6dcd  
    129129            --libexecdir=/usr/lib/gdm \
    130130            --with-initial-vt=7 \
     131            --with-systemdsystemunitdir=/lib/systemd/system \
    131132            --with-at-spi-registryd-directory=/usr/lib/at-spi2-core \
    132133            --with-authentication-agent-directory=/usr/lib/polkit-gnome \
     
    222223    </sect3>
    223224
    224     <sect3 id="gdm-init">
    225       <title>Boot Script</title>
     225    <sect3 id="gdm-init-systemd">
     226      <title>Systemd Unit File</title>
    226227
    227228      <para>
    228         To start a graphical login when the system is booted, install the
    229         <filename>/etc/rc.d/init.d/gdm</filename> init script included in the
    230         <xref linkend="bootscripts"/> package.
     229        This package provides a systemd unit file in the source tarball.
     230        To enable it as the <systemitem class="username">root</systemitem> user:
    231231      </para>
    232232
    233       <indexterm zone="gdm gdm-init">
     233      <indexterm zone="gdm gdm-init-systemd">
    234234        <primary sortas="f-gdm">gdm</primary>
    235235      </indexterm>
    236236
    237 <screen role="root"><userinput>make install-gdm</userinput></screen>
    238 
    239       <para>
    240         Now edit <filename>/etc/inittab</filename> with the following
    241         command.
    242       </para>
    243 
    244 <screen role="root"><userinput>sed -i 's/id:3:initdefault:/id:5:initdefault:/' \
    245     /etc/inittab</userinput></screen>
     237<screen role="root"><userinput>systemctl enable gdm</userinput></screen>
     238
    246239
    247240    </sect3>
Note: See TracChangeset for help on using the changeset viewer.