aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2012-06-18 09:33:23 -0700
committerBen Pfaff <blp@nicira.com>2012-06-19 09:23:58 -0700
commit7ea32ef72d153bd4d63c3d57331d0ec7b2111545 (patch)
treed10a59aab7ca9f68ba2b5e8bbd3efecd7af264ea /debian
parentfcb51b08fe06f0a71f4dafabb3d4d0bee633db4a (diff)
debian: Make DKMS automatically build for running kernel.
By default DKMS doesn't build on demand for each kernel booted or updated. Adding AUTOINSTALL=yes gives it this behavior. Based on a small sample of Debian packages and how-to guides for Ubuntu, AUTOINSTALL=yes is what most packages use and what users expect. Fix-suggested-by: Kirill Kabardin Reported-by: Ralf Heiringhoff <ralf@frosty-geek.net> Reported-at: https://bugs.launchpad.net/bugs/962189 Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'debian')
-rw-r--r--debian/dkms.conf.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/dkms.conf.in b/debian/dkms.conf.in
index d5bc37ed..279e3a04 100644
--- a/debian/dkms.conf.in
+++ b/debian/dkms.conf.in
@@ -7,3 +7,4 @@ BUILT_MODULE_LOCATION[0]=datapath/linux/
BUILT_MODULE_LOCATION[1]=datapath/linux/
DEST_MODULE_LOCATION[0]=/kernel/drivers/net/openvswitch/
DEST_MODULE_LOCATION[1]=/kernel/drivers/net/openvswitch/
+AUTOINSTALL=yes