All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Roger Pau Monné" <roger.pau@citrix.com>
To: Ian Jackson <Ian.Jackson@eu.citrix.com>
Cc: xen-devel@lists.xenproject.org
Subject: Re: [PATCH RFC 2/4] osstest: add support for installing bare metal FreeBSD
Date: Wed, 13 Aug 2014 15:31:17 +0200	[thread overview]
Message-ID: <53EB68A5.8050408@citrix.com> (raw)
In-Reply-To: <21482.17400.370008.962884@mariner.uk.xensource.com>

On 12/08/14 18:42, Ian Jackson wrote:
> Roger Pau Monne writes ("[PATCH RFC 2/4] osstest: add support for installing bare metal FreeBSD"):
>> +    logm('Setting up serial console');
>> +    target_cmd_root($ho, <<END, 900);
>> +            echo "-Dh" >> /mnt/boot.config
> 
> Does FreeBSD's echo really simploy print things that look like
> options ?  I would use printf(1).

Using echo seems better than printf:

# echo "-Dh"
-Dh
# printf "-Dh"
printf: Illegal option -D

So I will leave that as-is.

Roger.

  parent reply	other threads:[~2014-08-13 13:31 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-12 15:49 [PATCH RFC 0/4] osstest: add native FreeBSD build tests Roger Pau Monne
2014-08-12 15:49 ` [PATCH RFC 1/4] osstest: add routine to execute ssh with password Roger Pau Monne
2014-08-12 16:37   ` Ian Jackson
2014-08-12 15:49 ` [PATCH RFC 2/4] osstest: add support for installing bare metal FreeBSD Roger Pau Monne
2014-08-12 16:42   ` Ian Jackson
2014-08-12 16:59     ` Roger Pau Monné
2014-08-12 17:38       ` Ian Jackson
2014-08-13 13:31     ` Roger Pau Monné [this message]
2014-08-13 13:45       ` Ian Jackson
2014-08-12 15:49 ` [PATCH RFC 3/4] osstest: prepare FreeBSD host for Xen build Roger Pau Monne
2014-08-12 16:44   ` Ian Jackson
2014-08-12 17:11     ` Roger Pau Monné
2014-08-12 17:39       ` Ian Jackson
2014-08-12 15:49 ` [PATCH RFC 4/4] osstest: add script to build Xen on FreeBSD Roger Pau Monne
2014-08-12 16:45   ` 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=53EB68A5.8050408@citrix.com \
    --to=roger.pau@citrix.com \
    --cc=Ian.Jackson@eu.citrix.com \
    --cc=xen-devel@lists.xenproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.