diff options
Diffstat (limited to 'chapter06/kmod.xml')
-rw-r--r-- | chapter06/kmod.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chapter06/kmod.xml b/chapter06/kmod.xml index f87024868..0b84f5b3a 100644 --- a/chapter06/kmod.xml +++ b/chapter06/kmod.xml @@ -95,10 +95,7 @@ ln -sv kmod /bin/lsmod</userinput></screen> <para> Make sure that all libraries are in the correct directory: </para> <screen><userinput remap="install">mv -v /usr/lib/libkmod.so.* /lib -ln -svf ../../lib/libkmod.so.2.2.5 /usr/lib/libkmod.so</userinput></screen> - -<!-- Note to editors: When upgrading kmod, make sure the library version - specified above has not changed --> +ln -svf ../../lib/$(readlink /usr/lib/libkmod.so) /usr/lib/libkmod.so</userinput></screen> </sect2> |