From: Rob Browning Date: Sat, 4 Jan 2020 18:51:03 +0000 (-0600) Subject: prep-for-debianish-build: add kmod for modprobe in (root) tests X-Git-Tag: 0.31~230 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=bup.git;a=commitdiff_plain;h=ba877d44bfdd33da774c87cd6770f8483a4d09fd;hp=b674105a183f386a617762ed296e0a8b0771e046 prep-for-debianish-build: add kmod for modprobe in (root) tests We currently modprobe for loop in some of the tests. Thanks to Johannes Berg for help tracking this down. Signed-off-by: Rob Browning --- diff --git a/dev/prep-for-debianish-build b/dev/prep-for-debianish-build index bb371f3..a6bc125 100755 --- a/dev/prep-for-debianish-build +++ b/dev/prep-for-debianish-build @@ -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}"