From 395bf715f912ba18fefcd50795a0ff0e10d8dbb4 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 8 Jul 2015 16:40:21 +0200 Subject: [PATCH] Add kmod to Depends, required for modprobe(8) for loop device handling We need loop device handling for the VM setup, while this isn't a strict requirement when installing non-VMs it still makes sense to depend on kmod/modprobe to provide a proper user experience. --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index ac1d569..392b0ef 100644 --- a/debian/control +++ b/debian/control @@ -22,6 +22,7 @@ Architecture: all Depends: debian-archive-keyring, debootstrap (>= 0.3.3.3) | cdebootstrap (>= 0.3.16), gawk, + kmod, ${misc:Depends}, ${shlibs:Depends} Recommends: dialog, -- 2.1.4