From 6059af4f2959850035ac3270d607b65f958ade08 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Mon, 6 Feb 2012 21:09:08 +0000 Subject: [PATCH] Add lsmod link to kmod, missed from r9713. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9733 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/kmod.xml | 2 +- general.ent | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chapter06/kmod.xml b/chapter06/kmod.xml index 736e0d129..981b7d0a0 100644 --- a/chapter06/kmod.xml +++ b/chapter06/kmod.xml @@ -77,7 +77,7 @@ zlib_LIBS="-L/lib -lz" \ make pkgconfigdir=/usr/lib/pkgconfig install -for target in depmod insmod modinfo modprobe rmmod; do +for target in depmod insmod lsmod modinfo modprobe rmmod; do ln -sv ../bin/kmod /sbin/$target done ln -sv kmod /bin/lsmod diff --git a/general.ent b/general.ent index e464f81cc..6f7b8e7e9 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ - - + +