diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-05-02 16:46:12 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-05-02 16:46:12 +0800 |
commit | 7924167c2dedc32ff38b4a596fc85aeddd89d5d7 (patch) | |
tree | 6eaa56a47b84811ebe79403bc6b1a33a50d2be34 | |
parent | 378c49f60800d52e2bdb06b791d5b96d0a937c8d (diff) |
usr-move: cleanup kmod configure command
-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> |