Bump the MIPS initrd debconf note to critical to make sure it is displayed

on default installations.

svn path=/dists/sid/linux/; revision=21597
This commit is contained in:
Aurelien Jarno 2014-07-20 21:35:57 +00:00
parent 4c7a8ce928
commit 143a3e2e37
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}