Changeset 50acf59


Ignore:
Timestamp:
06/29/2014 02:59:21 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
5efe553
Parents:
abfa34b
Message:

Add users and groups required by newer systemd. Remove systemd lto workarounds, it has been fixed in version 214.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10594 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter06
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter06/createfiles.xml

    rabfa34b r50acf59  
    152152daemon:x:6:6:Daemon User:/dev/null:/bin/false
    153153messagebus:x:18:18:D-Bus Message Daemon User:/var/run/dbus:/bin/false
     154systemd-bus-proxy:64:64:systemd Bus Proxy Daemon:/:/bin/false
     155systemd-journal-gateway:65:65:systemd Journal Gateway Daemon:/:/bin/false
     156systemd-network:x:66:66:systemd Network Daemon:/:/bin/false
     157systemd-resolve:x:67:67:systemd Resolve Daemon:/:/bin/false
     158systemd-timesync:x:68:68:systemd Time Sync Daemon:/:/bin/false
    154159nobody:x:99:99:Unprivileged User:/dev/null:/bin/false</literal>
    155160EOF</userinput></screen>
     
    182187systemd-journal:x:23:
    183188mail:x:34:
     189systemd-bus-proxy:x:64:
     190systemd-journal-gateway:x:65:
     191systemd-network:x:66:
     192systemd-resolve:x:67:
     193systemd-timesync:x:68:
    184194nogroup:x:99:
    185195users:x:999:</literal>
  • chapter06/systemd.xml

    rabfa34b r50acf59  
    4848HAVE_BLKID=1
    4949BLKID_LIBS="-lblkid"
    50 BLKID_CFLAGS="-I/tools/include/blkid"
    51 cc_cv_CFLAGS__flto=no</literal>
     50BLKID_CFLAGS="-I/tools/include/blkid"</literal>
    5251EOF</userinput></screen>
    5352
     
    6463    <para>Prepare Systemd for compilation:</para>
    6564
    66 <screen><userinput remap="configure">CFLAGS="-fno-lto" ./configure --prefix=/usr                         \
     65<screen><userinput remap="configure">./configure --prefix=/usr                         \
    6766            --sysconfdir=/etc                                       \
    6867            --localstatedir=/var                                    \
Note: See TracChangeset for help on using the changeset viewer.