On 9/6/07, Junichi Uekawa <[EMAIL PROTECTED]> wrote:
> > So I am pretty sure I am using it in some unsupported way. I think
> > there should be an example in the man page how to use it.
>
> Yes, I think there needs to be some example files to get people started.
>
> http://wiki.debian.org/qemubuild
> So I am pretty sure I am using it in some unsupported way. I think
> there should be an example in the man page how to use it.
Yes, I think there needs to be some example files to get people started.
http://wiki.debian.org/qemubuilder is a wiki page for this, if you
think something needs to be
Go to parameter.c, line 225 and add the line
pc.arch="i386";
in there, like this:
/* define pc to be clear. */
memset (&pc, 0, sizeof(pbuilderconfig));
pc.arch="i386";
/* default command-line component */
pbuildercommandline[0]="pbuilder";
The problem is, that the pc->arch was empty, s
3 matches
Mail list logo