]> git.proxmox.com Git - mirror_zfs-debian.git/commitdiff
Add debconf note to config
authorAron Xu <aron@debian.org>
Fri, 6 Nov 2015 13:22:47 +0000 (21:22 +0800)
committerAron Xu <aron@debian.org>
Fri, 6 Nov 2015 13:22:47 +0000 (21:22 +0800)
debian/zfs-dkms.config

index 0ad77048d89ea06aa30ffe262d1a9ecb7c1108f6..2620df4a1403e0c69ea3c115d55a15f09ce02b2c 100644 (file)
@@ -5,6 +5,8 @@ set -e
 # Source debconf library
 . /usr/share/debconf/confmodule
 
+db_input high zfs-dkms/note-incompatible-licenses || true
+
 kernelbits=unknown
 if [ -r /proc/kallsyms ]; then
        addrlen=$(head -1 /proc/kallsyms|awk '{print $1}'|wc -c)
@@ -25,4 +27,4 @@ if [ $kernelbits != 64 ]; then
        fi
 fi
 
-#DEBHELPER#
\ No newline at end of file
+#DEBHELPER#