Changeset 66598ffc


Ignore:
Timestamp:
07/11/2014 12:32:31 PM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
gnome
Children:
01dfd54
Parents:
0ea8be75
Message:

Added new section to bootscript page added systemd notes to profile and consolekit pages

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r0ea8be75 r66598ffc  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "10">                   <!-- Always 2 digits -->
     3<!ENTITY day          "11">                   <!-- Always 2 digits -->
    44<!ENTITY month        "07">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
  • introduction/important/bootscripts.xml

    r0ea8be75 r66598ffc  
    5555  </note>
    5656
     57
     58  <sect2 id="systemd-units" xreflabel="systemd-units">
     59
     60  <title>BLFS Systemd Units</title>
     61
     62  <indexterm zone="bootscripts">
     63    <primary sortas="aa-BLFS-Bootscripts">BLFS Bootscripts</primary>
     64  </indexterm>
     65
     66  <indexterm zone="bootscripts">
     67    <primary sortas="f-AAA-General-Information">General Information</primary>
     68  </indexterm>
     69
     70
     71  <itemizedlist spacing='compact'>
     72    <title>Package Information</title>
     73    <listitem>
     74      <para>Download: <ulink url="http://www.linuxfromscratch.org/~krejzi/systemd-units.tar.xz"/></para>
     75    </listitem>
     76  </itemizedlist>
     77
     78  <para>The BLFS systemd-units package will be used throughout the BLFS book
     79  for native systemd units not provided in the source tar balls. 
     80  Unlike LFS, each init script has a separate install target
     81  in the BLFS systemd-units package. It is recommended you keep the package source
     82  directory around until completion of your BLFS system. When a script is
     83  requested from BLFS systemd-units, simply change to the directory and as the
     84  <systemitem class="username">root</systemitem> user, execute the given
     85  <command>make install-<replaceable>&lt;init-script&gt;</replaceable></command>
     86  command. This command installs the systemd unit file to its proper location.
     87  </para>
     88 
     89 </sect2>
     90
    5791</sect1>
  • introduction/welcome/changelog.xml

    r0ea8be75 r66598ffc  
    4545-->
    4646
     47    <listitem>
     48      <para>July 11th, 2014</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[cjg] - Updated profile page for systemd users.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[cjg] - Added systemd notes to consolekit page.</para>
     55        </listitem>
     56        <listitem>
     57          <para>[cjg] - Added new systemd section to bootscript page.</para>
     58        </listitem>
     59      </itemizedlist>
     60    </listitem>
    4761    <listitem>
    4862      <para>July 10th, 2014</para>
  • postlfs/config/profile.xml

    r0ea8be75 r66598ffc  
    314314    </indexterm>
    315315
     316      <note>
     317      <para>Systemd users don't need this at all, as the same thing is done with
     318      /etc/locale.conf.
     319      </para>
     320      </note>
     321
    316322      <para>This script sets an environment variable necessary for
    317323      native language support. A full discussion on determining this
  • postlfs/security/consolekit.xml

    r0ea8be75 r66598ffc  
    2929  <sect2 role="package">
    3030    <title>Introduction to ConsoleKit</title>
     31
     32
     33    <note>
     34    <para>
     35      Systemd users don't need to (and shouldn't) install this package since
     36      it has been obsoleted by the systemd component, systemd-logind.
     37    </para>
     38    </note>
    3139
    3240    <para>
Note: See TracChangeset for help on using the changeset viewer.