Changeset 106f50b


Ignore:
Timestamp:
08/02/2014 09:32:51 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
ab082a7
Parents:
f00156a
Message:

Mention chroot workaround for polkit.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/polkit-systemd.xml

    rf00156a r106f50b  
    141141useradd -c "PolicyKit Daemon Owner" -d /etc/polkit-1 -u 27 \
    142142        -g polkitd -s /bin/false polkitd</userinput></screen>
     143
     144    <note>
     145      <para>
     146        When building <application>Polkit</application> with
     147        <application>systemd</application> logind support, the
     148        <command>configure</command> script explicitly checks if
     149        system is booted using <application>systemd</application>.
     150        This can cause problems if building the package in chroot,
     151        where the <command>configure</command> would fail to
     152        detect <application>systemd</application>. To workaround
     153        the problem, simply run the following command:
     154      </para>
     155
     156<screen><userinput>sed -i "s:/sys/fs/cgroup/systemd/:/sys:g" configure</userinput></screen>
     157    </note>
    143158
    144159    <para>
Note: See TracChangeset for help on using the changeset viewer.