]> git.proxmox.com Git - mirror_zfs-debian.git/commitdiff
Make the debconf note visible
authorAron Xu <aron@debian.org>
Fri, 6 Nov 2015 15:43:20 +0000 (23:43 +0800)
committerAron Xu <aron@debian.org>
Fri, 6 Nov 2015 15:43:20 +0000 (23:43 +0800)
debian/zfs-dkms.config
debian/zfs-dkms.postinst

index 2620df4a1403e0c69ea3c115d55a15f09ce02b2c..ad7e160a2b114d97323571fe7967bd92d0500873 100644 (file)
@@ -5,7 +5,8 @@ set -e
 # Source debconf library
 . /usr/share/debconf/confmodule
 
-db_input high zfs-dkms/note-incompatible-licenses || true
+db_input critical zfs-dkms/note-incompatible-licenses || true
+db_go
 
 kernelbits=unknown
 if [ -r /proc/kallsyms ]; then
index 47d13cbe40726f07450cc47ae2e591e43f2edab0..cb87e1cea80a9bda113568cc6fef7fadcfaf7a3f 100644 (file)
@@ -4,8 +4,6 @@ set -e
 # Source debconf library (see dh_installdebconf(1) and #106070 #626312)
 . /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)