Ignore:
Timestamp:
Dec 13, 2015, 3:57:55 PM (8 years ago)
Author:
Chris Staub <chris@…>
Branches:
master, systemd
Children:
c01bd946
Parents:
c636dee
Message:

Put one configure option per line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/systemd.xml

    rc636dee r7cd7f99  
    5959    <para os="a">Prepare systemd for compilation:</para>
    6060
    61 <screen os="b"><userinput>./configure --prefix=/usr \
    62     --sysconfdir=/etc --localstatedir=/var \
    63     --libexecdir=/usr/lib --docdir=/usr/share/doc/systemd-&systemd-version; \
    64     --with-rootprefix="" --with-rootlibdir=/lib \
    65     --enable-split-usr --disable-gudev --with-kbd-loadkeys=/bin/loadkeys \
    66     --with-kbd-setfont=/bin/setfont --with-dbuspolicydir=/etc/dbus-1/system.d \
     61<screen os="b"><userinput>./configure \
     62    --prefix=/usr \
     63    --sysconfdir=/etc \
     64    --localstatedir=/var \
     65    --libexecdir=/usr/lib \
     66    --docdir=/usr/share/doc/systemd-&systemd-version; \
     67    --with-rootprefix="" \
     68    --with-rootlibdir=/lib \
     69    --enable-split-usr \
     70    --disable-gudev \
     71    --with-kbd-loadkeys=/bin/loadkeys \
     72    --with-kbd-setfont=/bin/setfont \
     73    --with-dbuspolicydir=/etc/dbus-1/system.d \
    6774    --with-dbusinterfacedir=/usr/share/dbus-1/interfaces \
    6875    --with-dbussessionservicedir=/usr/share/dbus-1/services \
Note: See TracChangeset for help on using the changeset viewer.