]> arthur.barton.de Git - bup.git/commitdiff
prep-for-debianish-build: add kmod for modprobe in (root) tests
authorRob Browning <rlb@defaultvalue.org>
Sat, 4 Jan 2020 18:51:03 +0000 (12:51 -0600)
committerRob Browning <rlb@defaultvalue.org>
Thu, 9 Jan 2020 05:46:28 +0000 (23:46 -0600)
We currently modprobe for loop in some of the tests.

Thanks to Johannes Berg for help tracking this down.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
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}"