From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH OSSTEST 7/7] Debian: Create /boot/boot -> . symlink on ARM when PvMenuLst enabled Date: Thu, 13 Aug 2015 16:58:55 +0100 Message-ID: <1439481535.23981.122.camel@citrix.com> References: <1438865077.9747.150.camel@citrix.com> <1438865094-20933-7-git-send-email-ian.campbell@citrix.com> <21963.26945.159263.29261@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <21963.26945.159263.29261@mariner.uk.xensource.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 Cc: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Wed, 2015-08-12 at 16:41 +0100, Ian Jackson wrote: > Ian Campbell writes ("[PATCH OSSTEST 7/7] Debian: Create /boot/boot -> . > symlink on ARM when PvMenuLst enabled"): > > Signed-off-by: Ian Campbell > > Can this please be conditional on the suite ? It is, it is within the: if ($xopts{PvMenuLst} && $arch =~ /^arm/ && $suite =~ /wheezy|jessie|stretch|sid/ ) { block. If/when this workaround and.or the no-bootloader workaround go away I would expect them to both go away together. If not the condition can be adjusted. Ian.