Changeset 49da1d5 for BOOK/final-system/common
- Timestamp:
- Mar 16, 2014, 10:04:18 PM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 6f5a7c3
- Parents:
- 42ff691
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/systemd.xml
r42ff691 r49da1d5 25 25 <title>Installation of systemd</title> 26 26 27 <para os="p1">Apply a patch so that compat <command>pkg-config</command> 28 files get installed without installing compat libraries:</para> 29 30 <screen os="p2"><userinput>patch -Np1 -i ../&systemd-compat-patch;</userinput></screen> 31 27 32 <para os="a">Prepare Systemd for compilation:</para> 28 33 … … 32 37 --with-rootprefix="" --with-rootlibdir=/lib \ 33 38 --enable-split-usr --disable-gudev --with-kbd-loadkeys=/bin/loadkeys \ 34 --with-kbd-setfont=/bin/setfont</userinput></screen> 39 --with-kbd-setfont=/bin/setfont --with-dbuspolicydir=/etc/dbus-1/system.d \ 40 --with-dbusinterfacedir=/usr/share/dbus-1/interfaces \ 41 --with-dbussessionservicedir=/usr/share/dbus-1/services \ 42 --with-dbussystemservicedir=/usr/share/dbus-1/system-services</userinput></screen> 35 43 36 44 <variablelist os="c"> … … 63 71 </varlistentry> 64 72 73 <varlistentry> 74 <term><parameter>--with-dbus*</parameter></term> 75 <listitem> 76 <para>These switches ensure that D-Bus configuration files get 77 installed to the correct locations.</para> 78 </listitem> 79 </varlistentry> 65 80 </variablelist> 66 81 … … 71 86 <para os="f">Prevent a broken test case from running:</para> 72 87 73 <screen os="g"><userinput remap="test">sed -i s:test/udev-test.pl::g Makefile</userinput></screen> 74 75 <para os="h">Test test the results, issue:</para> 88 <screen os="g"><userinput remap="test"> 89 sed -e "s:test/udev-test.pl::g Makefile" \ 90 -e "s:test-bus-cleanup\$(EXEEXT) ::g" \ 91 -e "s:test-bus-gvariant\$(EXEEXT) ::g" \ 92 -i Makefile</userinput></screen> 93 94 <para os="h">Test the results, issue:</para> 76 95 77 96 <screen os="i"><userinput remap="test">make check</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.