diff options
-rw-r--r-- | chapter08/kmod.xml | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/chapter08/kmod.xml b/chapter08/kmod.xml index 0c50493e5..634e3e967 100644 --- a/chapter08/kmod.xml +++ b/chapter08/kmod.xml @@ -43,15 +43,7 @@ <para>Prepare Kmod for compilation:</para> -<screen revision="sysv"><userinput remap="configure">./configure --prefix=/usr \ - --bindir=/bin \ - --sysconfdir=/etc \ - --with-rootlibdir=/lib \ - --with-xz \ - --with-zstd \ - --with-zlib</userinput></screen> - -<screen revision="systemd"><userinput remap="configure">./configure --prefix=/usr \ +<screen><userinput remap="configure">./configure --prefix=/usr \ --bindir=/bin \ --sysconfdir=/etc \ --with-xz \ @@ -68,14 +60,6 @@ </listitem> </varlistentry> - <varlistentry revision="sysv"> - <term><parameter>--with-rootlibdir=/lib</parameter></term> - <listitem> - <para>This option ensures different library related files are placed - in the correct directories.</para> - </listitem> - </varlistentry> - </variablelist> <para>Compile the package:</para> |