diff options
Diffstat (limited to 'chapter08/kmod.xml')
-rw-r--r-- | chapter08/kmod.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter08/kmod.xml b/chapter08/kmod.xml index 01eda165b..58c9ba995 100644 --- a/chapter08/kmod.xml +++ b/chapter08/kmod.xml @@ -48,13 +48,14 @@ --sysconfdir=/etc \ --with-rootlibdir=/lib \ --with-xz \ + --with-zstd \ --with-zlib</userinput></screen> <variablelist> <title>The meaning of the configure options:</title> <varlistentry> - <term><parameter>--with-xz, --with-zlib</parameter></term> + <term><parameter>--with-xz, --with-zlib, --with-zstd</parameter></term> <listitem> <para>These options enable Kmod to handle compressed kernel modules.</para> </listitem> |