Changeset af8b2d9


Ignore:
Timestamp:
05/31/2016 04:54:06 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
f139a18c
Parents:
f45fa1c
Message:

Updated to systemd-230.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rf45fa1c raf8b2d9  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "30">                   <!-- Always 2 digits -->
     3<!ENTITY day          "31">                   <!-- Always 2 digits -->
    44<!ENTITY month        "05">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS systemd Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "May 30th, &year;">
     9<!ENTITY releasedate  "May 31st, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "systemd">                  <!-- svn|[release #] -->
     
    7373<!ENTITY lfs-perl-version             "&lt;5.x.y&gt;/&lt;arch-linux&gt;">
    7474<!ENTITY lfs-shadow-version           "4.2.1">
    75 <!ENTITY lfs-systemd-version          "229">
     75<!ENTITY lfs-systemd-version          "230">
    7676<!ENTITY lfs-vim-version              "7.4">
    7777<!-- End LFS versions -->
  • general/sysutils/systemd.xml

    rf45fa1c raf8b2d9  
    66
    77  <!ENTITY systemd-download-http       "http://anduin.linuxfromscratch.org/sources/other/systemd/systemd-&lfs-systemd-version;.tar.xz">
    8   <!ENTITY systemd-patch-download-http "http://www.linuxfromscratch.org/patches/downloads/systemd/systemd-&lfs-systemd-version;-compat-1.patch">
    98]>
    109
     
    4140      <listitem>
    4241        <para>Systemd Download (HTTP): <ulink url="&systemd-download-http;"/></para>
    43       </listitem>
    44       <listitem>
    45         <para>Systemd Patch Download (HTTP): <ulink url="&systemd-patch-download-http;"/></para>
    4642      </listitem>
    4743    </itemizedlist>
     
    115111    <title>Installation of systemd</title>
    116112
    117     <para>
    118       First, apply the required patch:
    119     </para>
    120 
    121 <screen><userinput>patch -Np1 -i ../systemd-&lfs-systemd-version;-compat-1.patch &amp;&amp;
    122 autoreconf -fi</userinput></screen>
     113    <para>First, fix a potential security issue with framebuffer
     114    devices:</para>
     115
     116<screen><userinput>sed -e 's@DRI and frame buffer@DRI@' \
     117    -e '/SUBSYTEM==\"graphics\", KERNEL==\"fb\*\"/d' \
     118    -i  src/login/70-uaccess.rules</userinput></screen>
    123119
    124120    <para>
     
    135131    </para>
    136132
    137 <screen><userinput>cc_cv_CFLAGS__flto=no              \
    138 ./configure --prefix=/usr          \
    139             --sysconfdir=/etc      \
    140             --localstatedir=/var   \
    141             --with-rootprefix=     \
    142             --with-rootlibdir=/lib \
    143             --enable-split-usr     \
    144             --disable-firstboot    \
    145             --disable-ldconfig     \
    146             --disable-sysusers     \
    147             --without-python       \
     133<screen><userinput>cc_cv_CFLAGS__flto=no                \
     134./configure --prefix=/usr            \
     135            --sysconfdir=/etc        \
     136            --localstatedir=/var     \
     137            --with-rootprefix=       \
     138            --with-rootlibdir=/lib   \
     139            --enable-split-usr       \
     140            --disable-firstboot      \
     141            --disable-ldconfig       \
     142            --disable-sysusers       \
     143            --without-python         \
     144            --with-default-dnssec=no \
    148145            --docdir=/usr/share/doc/systemd-&lfs-systemd-version; &amp;&amp;
    149146make</userinput></screen>
     
    243240<screen role="root"><userinput>systemctl daemon-reload
    244241systemctl start multi-user.target</userinput></screen>
     242
     243    <warning><para>If upgrading from a previous version of systemd and you
     244    use an initrd, the system will hang during boot if you do not generate a
     245    new initrd with systemd-root-device.target included.</para></warning>
    245246
    246247  </sect2>
  • introduction/welcome/changelog.xml

    rf45fa1c raf8b2d9  
    4545-->
    4646    <listitem>
     47      <para>May 31st, 2016</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[dj] - Update to systemd-230.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4756      <para>May 30th, 2016</para>
    4857      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.