Changeset 7924167
- Timestamp:
- 05/02/2021 08:46:12 AM (23 months ago)
- Branches:
- xry111/usr-move
- Children:
- 54c24ac
- Parents:
- 378c49f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter08/kmod.xml
r378c49f r7924167 44 44 <para>Prepare Kmod for compilation:</para> 45 45 46 <screen revision="sysv"><userinput remap="configure">./configure --prefix=/usr \ 47 --bindir=/bin \ 48 --sysconfdir=/etc \ 49 --with-rootlibdir=/lib \ 50 --with-xz \ 51 --with-zstd \ 52 --with-zlib</userinput></screen> 53 54 <screen revision="systemd"><userinput remap="configure">./configure --prefix=/usr \ 46 <screen><userinput remap="configure">./configure --prefix=/usr \ 55 47 --bindir=/bin \ 56 48 --sysconfdir=/etc \ … … 66 58 <listitem> 67 59 <para>These options enable Kmod to handle compressed kernel modules.</para> 68 </listitem>69 </varlistentry>70 71 <varlistentry revision="sysv">72 <term><parameter>--with-rootlibdir=/lib</parameter></term>73 <listitem>74 <para>This option ensures different library related files are placed75 in the correct directories.</para>76 60 </listitem> 77 61 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.