On Mon, Mar 27, 2006 at 04:50:21PM +0200, D?niel V?s?rhelyi wrote:> Every time I want to compile a new xenified kernel source (whith > ARCH=xen, of course), I _always_ have to recongigure the kernel. It''s > a bit dangerous and boring, is there a way to avoid it?Two things: 1) Isn''t ARCH=xen deprecated? It''s not in my Xen README anymore. Or, are you using Xen 2? 2) From README: 4. To rebuild an existing tree without modifying the config: # make dist -- Andrew Thompson http://aktzero.com/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Cheers, Every time I want to compile a new xenified kernel source (whith ARCH=xen, of course), I _always_ have to recongigure the kernel. It''s a bit dangerous and boring, is there a way to avoid it? Daniel -- Dániel Vásárhelyi It''s easy being a humorist when you''ve got the whole government working for you. Will Rogers _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
> -----Original Message----- > From: xen-users-bounces@lists.xensource.com > [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of > Dániel Vásárhelyi > Sent: 27 March 2006 15:50 > To: xen users > Subject: [Xen-users] how to persist in kernel config? > > Cheers, > > Every time I want to compile a new xenified kernel source > (whith ARCH=xen, of course), I _always_ have to recongigure > the kernel. It''s a bit dangerous and boring, is there a way > to avoid it?At which point do you mean that you loose the kernel config? If you want to copy .config from the kernel directory and store it somewhere else, you could of course do that, and then stick it back into the kernel... -- Mats> > Daniel > > -- > Dániel Vásárhelyi > > It''s easy being a humorist when you''ve got the whole > government working for you. > Will Rogers > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Petersson, Mats <Mats.Petersson@amd.com> wrote:> At which point do you mean that you loose the kernel config? > If you want to copy .config from the kernel directory and store it > somewhere else, you could of course do that, and then stick it back into the kernel...I have always used the existing non-xen config for the xenified kernel: after patching the kernel with the xen patch, I executed "make ARCH=xen oldconfig", but as i said, it always asked again for everything, like pci support, filesystem support etc... Why? On 3/27/06, Andrew Thompson <andrewkt@aktzero.com> wrote:> 1) Isn''t ARCH=xen deprecated? It''s not in my Xen README anymore. Or, are you using Xen 2?At http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads.html xen 3 is labelled as "testing", so because I care about my systems, i''ve used the 2.0.7 version.> 2) From README: > 4. To rebuild an existing tree without modifying the config: > # make distIn which version did you find it? Daniel -- Dániel Vásárhelyi It''s easy being a humorist when you''ve got the whole government working for you. Will Rogers _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users