xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Wei Liu <wei.liu2@citrix.com>
To: xen-devel@lists.xen.org
Cc: Wei Liu <wei.liu2@citrix.com>,
	ian.jackson@eu.citrix.com, ian.campbell@citrix.com
Subject: [PATCH OSSTEST 6/6] ts-debian-install: pass 'Mb' as memory size
Date: Fri, 20 Sep 2013 10:15:46 +0100	[thread overview]
Message-ID: <1379668546-5267-7-git-send-email-wei.liu2@citrix.com> (raw)
In-Reply-To: <1379668546-5267-1-git-send-email-wei.liu2@citrix.com>

The original code passed 'M' which triggers Debian bug #691320 in
Wheezy.

Passing 'Mb' should work both for Squeeze and Wheezy.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
---
 ts-debian-install |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ts-debian-install b/ts-debian-install
index 28f95cc..fad2d0c 100755
--- a/ts-debian-install
+++ b/ts-debian-install
@@ -66,7 +66,7 @@ sub ginstall () {
     target_cmd_root($ho, <<END, 2000);
         xen-create-image \\
             --dhcp --mac $gho->{Ether} \\
-	    --memory ${ram_mb}M --swap ${swap_mb}M \\
+            --memory ${ram_mb}Mb --swap ${swap_mb}M \\
             --dist $gsuite \\
             --mirror http://$c{DebianMirrorHost}/$c{DebianMirrorSubpath} \\
             --hostname $gho->{Name} \\
-- 
1.7.10.4

  parent reply	other threads:[~2013-09-20  9:15 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-20  9:15 [PATCH OSSTEST 0/6] Improvement, cleanup and enable Wheezy to run test jobs Wei Liu
2013-09-20  9:15 ` [PATCH OSSTEST 1/6] README: add curl and netcat to requirement list Wei Liu
2013-09-20  9:15 ` [PATCH OSSTEST 2/6] README: describe job dependence Wei Liu
2013-09-20  9:15 ` [PATCH OSSTEST 3/6] Osstest: purge Lenny branches Wei Liu
2013-09-23 13:13   ` Ian Campbell
2013-10-11 11:43     ` Ian Jackson
2013-10-11 11:59       ` Wei Liu
2013-09-20  9:15 ` [PATCH OSSTEST 4/6] Debian: install libc6-dev-i386 for Wheezy amd64 Wei Liu
2013-09-20  9:15 ` [PATCH OSSTEST 5/6] ts-debian-fixup: remove dead code Wei Liu
2013-09-20  9:15 ` Wei Liu [this message]
2013-09-23 11:09   ` [PATCH OSSTEST 6/6] ts-debian-install: pass 'Mb' as memory size Ian Campbell
2013-09-23 11:14     ` Wei Liu
2013-10-14 14:40 ` [PATCH OSSTEST 0/6] Improvement, cleanup and enable Wheezy to run test jobs Wei Liu
2013-10-14 16:54   ` Ian Jackson
2013-10-14 17:05     ` Wei Liu
2013-10-14 17:10       ` Ian Jackson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1379668546-5267-7-git-send-email-wei.liu2@citrix.com \
    --to=wei.liu2@citrix.com \
    --cc=ian.campbell@citrix.com \
    --cc=ian.jackson@eu.citrix.com \
    --cc=xen-devel@lists.xen.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).