diff options
Diffstat (limited to 'network/iscsitarget/doinst.sh')
-rw-r--r-- | network/iscsitarget/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/iscsitarget/doinst.sh b/network/iscsitarget/doinst.sh index e02c47b197..09c804906d 100644 --- a/network/iscsitarget/doinst.sh +++ b/network/iscsitarget/doinst.sh @@ -25,5 +25,5 @@ config etc/initiators.deny.new config etc/initiators.allow.new config etc/ietd.conf.new -chroot . depmod -a 2>/dev/null 1>/dev/null +chroot . depmod -a @KERNEL@ 2>/dev/null 1>/dev/null |