Changeset 5d655c7


Ignore:
Timestamp:
02/17/2019 08:33:12 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
b1d19e8d
Parents:
20d125a
Message:

Add gdm-3.30.2-elogind-1.patch.
Install the gdm bootscript and change initdefault to runlevel 5 for gdm.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gdm.xml

    r20d125a r5d655c7  
    6868        <para>
    6969          Estimated build time: &gdm-time;
     70        </para>
     71      </listitem>
     72    </itemizedlist>
     73
     74    <bridgehead renderas="sect3" revision="sysv">Additional Downloads</bridgehead>
     75    <itemizedlist spacing="compact" revision="sysv">
     76      <listitem>
     77        <para>
     78          Recommended patch:
     79          <ulink url="&patch-root;/gdm-&gdm-version;-elogind-1.patch"/>
    7080        </para>
    7181      </listitem>
     
    119129passwd -ql gdm</userinput></screen>
    120130
     131    <para revision="sysv">
     132      Apply a patch to use <xref linkend="elogind"/> session tracking:
     133    </para>
     134
     135<screen revision="sysv"><userinput>patch -Np1 -i ../gdm-&gdm-version;-elogind-1.patch &amp;&amp;
     136autoreconf -fi</userinput></screen>
     137
    121138    <para>
    122139      Install <application>GDM</application> by running the following
     
    216233
    217234    <sect3 id="gdm-init">
    218       <title>Systemd Units</title>
    219 
    220       <para>
     235      <title><phrase revision="sysv">Boot Script</phrase>
     236             <phrase revision="systemd">Systemd Unit</phrase></title>
     237
     238      <para revision="sysv">
     239        To start the <command>gdm</command> automatically when the system
     240        is booted, install the <filename>/etc/rc.d/init.d/httpd</filename>
     241        init script included in the <xref linkend="bootscripts"/> package and
     242        set the default runlevel to 5 (graphical login) as the
     243        <systemitem class="username">root</systemitem> user:
     244      </para>
     245
     246      <para revision="systemd">
    221247        To start the <command>gdm</command> daemon at boot, enable
    222248        the previously installed systemd unit by running the following command
     
    228254      </indexterm>
    229255
    230 <screen role="root"><userinput>systemctl enable gdm</userinput></screen>
     256<screen role="root" revision="sysv"><userinput>make install-gdm &amp;&amp;
     257sed /initdefault/s/3/5/ -i /etc/inittab</userinput></screen>
     258
     259<screen role="root" revision="systemd"><userinput>systemctl enable gdm</userinput></screen>
    231260
    232261    </sect3>
  • introduction/welcome/changelog.xml

    r20d125a r5d655c7  
    4646      <para>February 17th, 2019</para>
    4747      <itemizedlist>
     48        <listitem revision="sysv">
     49          <para>[dj] - Install the gdm bootscript and change initdefault to
     50          runlevel 5 for gdm.</para>
     51        </listitem>
     52        <listitem revision="sysv">
     53          <para>[dj] - Add gdm-3.30.2-elogind-1.patch.</para>
     54        </listitem>
    4855        <listitem revision="sysv">
    4956          <para>[dj] - Add mutter-3.30.2-elogind-1.patch.</para>
Note: See TracChangeset for help on using the changeset viewer.