From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH OSSTEST v2 6/7] Debian: ARM has no bootloader (for Xen) even in Stretch. Date: Thu, 13 Aug 2015 17:52:40 +0100 Message-ID: <1439484761-13511-6-git-send-email-ian.campbell@citrix.com> References: <1439484752.23981.124.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1439484752.23981.124.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: ian.jackson@eu.citrix.com, xen-devel@lists.xen.org Cc: Ian Campbell List-Id: xen-devel@lists.xenproject.org Realistically this isn't going to change until we have either u-boot or UEFI in an arm32 guest. Signed-off-by: Ian Campbell Acked-by: Ian Jackson --- Osstest/Debian.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Osstest/Debian.pm b/Osstest/Debian.pm index 1c07108..7fc39d5 100644 --- a/Osstest/Debian.pm +++ b/Osstest/Debian.pm @@ -918,7 +918,7 @@ END logm("\$arch is $arch, \$suite is $suite"); if ($xopts{PvMenuLst} && $arch =~ /^arm/ && - $suite =~ /wheezy|jessie|sid/ ) { + $suite =~ /wheezy|jessie|stretch|sid/ ) { # Debian doesn't currently know what bootloader to install in # a Xen guest on ARM. We install pv-grub-menu above which -- 2.1.4