aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@mengyan1223.wang>2021-05-22 00:06:08 +0800
committerXi Ruoyao <xry111@mengyan1223.wang>2021-05-22 00:06:08 +0800
commitdc90d888824c37cfc9a68a5b720610a547541aca (patch)
tree3e0995b0596710d1fc2c7d9c8d048e94796654ea /chapter08
parente3471c8c4d210fa6c7406623dbef044bb0b786d5 (diff)
kmod: create lsmod symlink in /usr/bin (merge /usr)
Forgot it in the last commit...
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/kmod.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/kmod.xml b/chapter08/kmod.xml
index a5a992d4e..725b39014 100644
--- a/chapter08/kmod.xml
+++ b/chapter08/kmod.xml
@@ -79,7 +79,7 @@ for target in depmod insmod lsmod modinfo modprobe rmmod; do
ln -sfv ../bin/kmod /usr/sbin/$target
done
-ln -sfv kmod /bin/lsmod</userinput></screen>
+ln -sfv kmod /usr/bin/lsmod</userinput></screen>
</sect2>