Bug#440944: fix

2007-09-06 Thread Ondrej Certik
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

Bug#440944: fix

2007-09-05 Thread Junichi Uekawa
> 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

Bug#440944: fix

2007-09-05 Thread Ondrej Certik
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