]> arthur.barton.de Git - bup.git/blobdiff - dev/prep-for-debianish-build
prep-for-debianish-build: add kmod for modprobe in (root) tests
[bup.git] / dev / prep-for-debianish-build
index bb371f3014bf3cf53a132e99e5255ff21aa9f17e..a6bc1259ee2da17c2768af813c1ac97647f3443e 100755 (executable)
@@ -11,7 +11,7 @@ export DEBIAN_FRONTEND=noninteractive
 apt-get update
 
 common_debs='gcc make linux-libc-dev git rsync eatmydata acl attr par2'
-common_debs="$common_debs duplicity rdiff-backup rsnapshot dosfstools"
+common_debs="$common_debs duplicity rdiff-backup rsnapshot dosfstools kmod"
 
 pyver="${1:-python2}"
 xattr="${2:-pyxattr}"