diff mbox

[OSSTEST,14/35] d-i grub: Extend UEFI workaround to stretch

Message ID 1484914764-20861-15-git-send-email-ian.jackson@eu.citrix.com (mailing list archive)
State New, archived
Headers show

Commit Message

Ian Jackson Jan. 20, 2017, 12:19 p.m. UTC
Debian bug #789798 remains open.  I have pinged the blocking bug in
grub2, #792547.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
 Osstest/Debian.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/Osstest/Debian.pm b/Osstest/Debian.pm
index 987c7c6..5cd6433 100644
--- a/Osstest/Debian.pm
+++ b/Osstest/Debian.pm
@@ -1276,7 +1276,7 @@  END
     preseed_microcode($ho,$sfx);
 
     if (get_host_property($ho, "firmware",'') eq "uefi") {
-	die unless $ho->{Suite} =~ m/jessie/;
+	die unless $ho->{Suite} =~ m/jessie|stretch/;
 	# Prevent grub-install from making a new Debian boot entry, so
 	# we always reboot from PXE. Debian bug #789798 proposes a
 	# properly preseedable solution to this.