xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH OSSTEST] mg-debian-installer-update: download default armhf kernel as "linux"
@ 2015-09-18 14:45 Ian Campbell
  2015-09-18 14:52 ` Ian Jackson
  0 siblings, 1 reply; 2+ messages in thread
From: Ian Campbell @ 2015-09-18 14:45 UTC (permalink / raw)
  To: ian.jackson, xen-devel; +Cc: Ian Campbell

This is what the other arches do, and is what ts-host-install expects.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
 mg-debian-installer-update | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mg-debian-installer-update b/mg-debian-installer-update
index 19e3cf8..526cdf1 100755
--- a/mg-debian-installer-update
+++ b/mg-debian-installer-update
@@ -54,7 +54,7 @@ case ${suite}_${arch} in
         ;;
     *_armhf)
         src=$sbase/main/installer-$arch/current/images/netboot
-        files='vmlinuz initrd.gz'
+        files='vmlinuz:linux initrd.gz'
         dtbs=$sbase/main/installer-$arch/current/images/device-tree/
         ;;
 esac
-- 
2.5.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH OSSTEST] mg-debian-installer-update: download default armhf kernel as "linux"
  2015-09-18 14:45 [PATCH OSSTEST] mg-debian-installer-update: download default armhf kernel as "linux" Ian Campbell
@ 2015-09-18 14:52 ` Ian Jackson
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Jackson @ 2015-09-18 14:52 UTC (permalink / raw)
  To: Ian Campbell; +Cc: xen-devel

Ian Campbell writes ("[PATCH OSSTEST] mg-debian-installer-update: download default armhf kernel as "linux""):
> This is what the other arches do, and is what ts-host-install expects.

Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-09-18 14:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-18 14:45 [PATCH OSSTEST] mg-debian-installer-update: download default armhf kernel as "linux" Ian Campbell
2015-09-18 14:52 ` Ian Jackson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).