From 143a3e2e3746f98004995137030dbd46230dda3c Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Sun, 20 Jul 2014 21:35:57 +0000 Subject: [PATCH] Bump the MIPS initrd debconf note to critical to make sure it is displayed on default installations. svn path=/dists/sid/linux/; revision=21597 --- debian/templates/image.plain.postinst.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/templates/image.plain.postinst.in b/debian/templates/image.plain.postinst.in index 022200f4a..37f253014 100755 --- a/debian/templates/image.plain.postinst.in +++ b/debian/templates/image.plain.postinst.in @@ -580,7 +580,7 @@ if (($arch eq "mips" || $arch eq "mipsel") my $seen; my $question = "${package_name}/postinst/mips-initrd-$version"; - ($ret,$seen) = input('high', "$question"); + ($ret,$seen) = input('critical', "$question"); if ($ret && $ret != 30 ) { die "Error setting debconf question $question: $seen"; }