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/kmod.xml

    rc636dee r7cd7f99  
    2929    <para os="a">Prepare Kmod for compilation:</para>
    3030
    31 <screen os="b"><userinput>./configure --prefix=/usr \
    32     --bindir=/bin --sysconfdir=/etc \
     31<screen os="b"><userinput>./configure \
     32    --prefix=/usr \
     33    --bindir=/bin \
     34    --sysconfdir=/etc \
    3335    --with-rootlibdir=/lib \
    34     --with-zlib --with-xz</userinput></screen>
     36    --with-zlib \
     37    --with-xz</userinput></screen>
    3538
    3639    <variablelist os="c">
Note: See TracChangeset for help on using the changeset viewer.