|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH RFC 2/4] osstest: add support for installing bare metal FreeBSD
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.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |