Re: RFC: Output files for netboot-xen flavour

2008-07-24 Thread Ian Campbell
On Tue, 2008-07-22 at 12:35 +0200, Frans Pop wrote: > On Tuesday 22 July 2008, Ian Campbell wrote: > > I've attached a patch which implements this and would appreciate any > > comments. In particular I'm pretty sure dumping xm-debian.cfg into > > build/config/i386 is not the right place -- any sugg

Re: RFC: Output files for netboot-xen flavour

2008-07-22 Thread Frans Pop
On Tuesday 22 July 2008, Ian Campbell wrote: > I've attached a patch which implements this and would appreciate any > comments. In particular I'm pretty sure dumping xm-debian.cfg into > build/config/i386 is not the right place -- any suggestions? Such files belong in build/boot/x86 and can be cop

Re: RFC: Output files for netboot-xen flavour

2008-07-22 Thread Ian Campbell
On Tue, 2008-07-22 at 12:04 +0200, Bastian Blank wrote: > On Tue, Jul 22, 2008 at 10:19:17AM +0100, Ian Campbell wrote: > > On Tue, 2008-07-22 at 11:05 +0200, Bastian Blank wrote: > > > On Tue, Jul 22, 2008 at 08:42:33AM +0100, Ian Campbell wrote: > > > > +# install-installer: where to obtain the D

Re: RFC: Output files for netboot-xen flavour

2008-07-22 Thread Bastian Blank
On Tue, Jul 22, 2008 at 10:19:17AM +0100, Ian Campbell wrote: > On Tue, 2008-07-22 at 11:05 +0200, Bastian Blank wrote: > > On Tue, Jul 22, 2008 at 08:42:33AM +0100, Ian Campbell wrote: > > > +# install-installer: where to obtain the Debian Installer bits, by > > > +# default these are located un

Re: RFC: Output files for netboot-xen flavour

2008-07-22 Thread Ian Campbell
On Tue, 2008-07-22 at 11:05 +0200, Bastian Blank wrote: > On Tue, Jul 22, 2008 at 08:42:33AM +0100, Ian Campbell wrote: > > +# install-installer: where to obtain the Debian Installer bits, by > > +# default these are located under install-mirror. To use a nightly > > +# snapshot: http://people.

Re: RFC: Output files for netboot-xen flavour

2008-07-22 Thread Bastian Blank
On Tue, Jul 22, 2008 at 08:42:33AM +0100, Ian Campbell wrote: > +# install-installer: where to obtain the Debian Installer bits, by > +# default these are located under install-mirror. To use a nightly > +# snapshot: http://people.debian.org/~joeyh/d-i/images/daily/ How do you check the integr

RFC: Output files for netboot-xen flavour

2008-07-22 Thread Ian Campbell
Hi, Since the netboot-bigmem flavour was named netboot-xen I thought perhaps it made sense to tidy up the files in the output directory. All the pxelinux.{0/cfg} stuff is not necessary for Xen, only the kernel, initrd and perhaps a Xen configuration file are required. I've attached a patch which