Ignore:
File:
1 edited

Legend:

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

    r28efa58 rb27081c4  
    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.