From ba877d44bfdd33da774c87cd6770f8483a4d09fd Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Sat, 4 Jan 2020 12:51:03 -0600 Subject: [PATCH] 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 --- dev/prep-for-debianish-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- 2.39.2