summaryrefslogtreecommitdiff
path: root/libvasile
diff options
context:
space:
mode:
Diffstat (limited to 'libvasile')
-rwxr-xr-xlibvasile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvasile b/libvasile
index f4f4035..0b94ba6 100755
--- a/libvasile
+++ b/libvasile
@@ -117,6 +117,7 @@ chrootchecksum () {
}
dkmsmod () {
+ checkroot
# build and install any 3rd party kernel modules using DKMS
if [[ -x $(which dkms) ]] ; then
for i in $(dkms status | cut -d " " -f1,2 | sed -e 's/,//g' | sed -e 's/ /\//g' | sed -e 's/://g') ; do