From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: Re: [PATCH OSSTEST v2 16/19] Collect xen.efi into xendist and install in appropriate place Date: Thu, 18 Jun 2015 19:04:01 +0100 Message-ID: <21891.2065.618262.396460@mariner.uk.xensource.com> References: <1434644687.28264.53.camel@citrix.com> <1434644710-28881-16-git-send-email-ian.campbell@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1434644710-28881-16-git-send-email-ian.campbell@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 Campbell Cc: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org Ian Campbell writes ("[PATCH OSSTEST v2 16/19] Collect xen.efi into xendist and install in appropriate place"): > Previously these binaries would have been included in the regular > ("tools") dist file, whereas they really belong in the xen one. > > Install into /boot/efi/EFI/osstest ready for use when chainloading. > > Note that /boot/efi is (or should be) a VFAT filesystem. So a bit of > care is needed WRT symlinks etc. This is also what prevents us from > just including /boot/efi/EFI/osstest/xen.efi in the dist tarball since > untarring over a VFAT needs a little care WRT the case of directories > etc. Acked-by: Ian Jackson