Changeset 62afd55
- Timestamp:
- Jun 24, 2014, 10:06:08 AM (10 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- b27af42
- Parents:
- b0c53c0
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/systemd.xml
rb0c53c0 r62afd55 33 33 <screen os="p2"><userinput>patch -Np1 -i ../&systemd-compat-patch;</userinput></screen> 34 34 35 <para os="s1">The <filename>timesyncd.conf</filename> file contains a 35 <para os="s1">Prevent the <filename>Makefile</filename> from trying to run 36 <command>setcap</command> on <command>systemd-detect-virt</command>, 37 which will fail if the kernel or file system does not support extended 38 capabilities:</para> 39 40 <screen os="s2"><userinput>sed -i '/virt-install-hook /d' Makefile.in</userinput></screen> 41 42 <para os="s3">The <filename>timesyncd.conf</filename> file contains a 36 43 reference to a non-existent <filename>timesyncd.conf(5)</filename> man 37 44 page. Remove that reference to avoid possible confusion:</para> 38 45 39 <screen os="s 2"><userinput>sed -i '/timesyncd.conf/d' src/timesync/timesyncd.conf.in</userinput></screen>46 <screen os="s4"><userinput>sed -i '/timesyncd.conf/d' src/timesync/timesyncd.conf.in</userinput></screen> 40 47 41 48 <para os="a">Prepare systemd for compilation:</para> -
BOOK/final-system/multilib/systemd-64bit.xml
rb0c53c0 r62afd55 36 36 href="../common/systemd.xml" 37 37 xpointer="xpointer(//*[@os='s2'])"/> 38 39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 40 href="../common/systemd.xml" 41 xpointer="xpointer(//*[@os='s3'])"/> 42 43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 44 href="../common/systemd.xml" 45 xpointer="xpointer(//*[@os='s4'])"/> 38 46 39 47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/introduction/common/changelog.xml
rb0c53c0 r62afd55 44 44 from <filename>timesyncd.conf</filename>.</para> 45 45 </listitem> 46 <listitem> 47 <para>[Chris] - Prevent systemd from running 48 <command>setcap</command> during installation.</para> 49 </listitem> 46 50 </itemizedlist> 47 51 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.