public inbox for gentoo-catalyst@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-catalyst] LiveCD with vanilla-sources
@ 2007-06-14 16:01 Raboo Treed
  2007-06-14 16:35 ` Andrew Gaffney
  0 siblings, 1 reply; 7+ messages in thread
From: Raboo Treed @ 2007-06-14 16:01 UTC (permalink / raw
  To: gentoo-catalyst

Is it possible to make a LiveCD with vanilla-sources instead of 
gentoo-sources... And if so how do I do it and how do I pass options 
like I pass with genkernel for instance --dmraid.

Or can genkernel in some way compile vanilla-sources?
/Raboo
-- 
gentoo-catalyst@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-catalyst] LiveCD with vanilla-sources
  2007-06-14 16:01 [gentoo-catalyst] LiveCD with vanilla-sources Raboo Treed
@ 2007-06-14 16:35 ` Andrew Gaffney
  2007-06-14 18:24   ` Chris Gianelloni
  0 siblings, 1 reply; 7+ messages in thread
From: Andrew Gaffney @ 2007-06-14 16:35 UTC (permalink / raw
  To: gentoo-catalyst

Raboo Treed wrote:
> Is it possible to make a LiveCD with vanilla-sources instead of 
> gentoo-sources... And if so how do I do it and how do I pass options 
> like I pass with genkernel for instance --dmraid.

sed -e 's/gentoo-sources/vanilla-sources/' *.spec :P

> Or can genkernel in some way compile vanilla-sources?

Genkernel can compile whatever sources /usr/src/linux points to. It's just that 
we use gentoo-sources for the releases and the default kernel configs that 
genkernel has are for gentoo-sources. However, they'll probably Just Work(TM) 
with vanilla-sources.

-- 
Andrew Gaffney                                 http://dev.gentoo.org/~agaffney/
Gentoo Linux Developer             Catalyst/Installer + x86 release coordinator
-- 
gentoo-catalyst@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-catalyst] LiveCD with vanilla-sources
  2007-06-14 16:35 ` Andrew Gaffney
@ 2007-06-14 18:24   ` Chris Gianelloni
  2007-06-14 18:28     ` Andrew Gaffney
  2007-06-14 19:07     ` LarryT
  0 siblings, 2 replies; 7+ messages in thread
From: Chris Gianelloni @ 2007-06-14 18:24 UTC (permalink / raw
  To: gentoo-catalyst

[-- Attachment #1: Type: text/plain, Size: 695 bytes --]

On Thu, 2007-06-14 at 11:35 -0500, Andrew Gaffney wrote:
> Genkernel can compile whatever sources /usr/src/linux points to. It's just that 
> we use gentoo-sources for the releases and the default kernel configs that 
> genkernel has are for gentoo-sources. However, they'll probably Just Work(TM) 
> with vanilla-sources.

If you use vanilla-sources, you cannot use squashfs.

We don't recommend using vanilla-sources simply because we *never* test
it.  It will likely work, but I guarantee gentoo-sources will work.

-- 
Chris Gianelloni
Release Engineering Strategic Lead
Alpha/AMD64/x86 Architecture Teams
Games Developer/Council Member/Foundation Trustee
Gentoo Foundation

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-catalyst] LiveCD with vanilla-sources
  2007-06-14 18:24   ` Chris Gianelloni
@ 2007-06-14 18:28     ` Andrew Gaffney
  2007-06-14 19:07     ` LarryT
  1 sibling, 0 replies; 7+ messages in thread
From: Andrew Gaffney @ 2007-06-14 18:28 UTC (permalink / raw
  To: gentoo-catalyst

Chris Gianelloni wrote:
> On Thu, 2007-06-14 at 11:35 -0500, Andrew Gaffney wrote:
>> Genkernel can compile whatever sources /usr/src/linux points to. It's just that 
>> we use gentoo-sources for the releases and the default kernel configs that 
>> genkernel has are for gentoo-sources. However, they'll probably Just Work(TM) 
>> with vanilla-sources.
> 
> If you use vanilla-sources, you cannot use squashfs.

I always forget about that. Why hasn't that been merged upstream? I think 
there's ample evidence that it works :P

-- 
Andrew Gaffney                                 http://dev.gentoo.org/~agaffney/
Gentoo Linux Developer             Catalyst/Installer + x86 release coordinator
-- 
gentoo-catalyst@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-catalyst] LiveCD with vanilla-sources
  2007-06-14 18:24   ` Chris Gianelloni
  2007-06-14 18:28     ` Andrew Gaffney
@ 2007-06-14 19:07     ` LarryT
  2007-06-14 20:48       ` Raboo Treed
  1 sibling, 1 reply; 7+ messages in thread
From: LarryT @ 2007-06-14 19:07 UTC (permalink / raw
  To: gentoo-catalyst


> If you use vanilla-sources, you cannot use squashfs.
> 

Just to let you know I use 2 patches to have squashfs with lzma.
But since i am not able to make it from gentoo-sources, I use vanilla + 
patch2gentoo-sources = gentoo-sources + patch2squashfs-lzma = 
gentoo-sources-squash-lzma

If needed have a look at svn :
http://gparted.svn.sourceforge.net/viewvc/gparted/livecd/

Larry
-- 
LarryT, GParted-livecd maintainer
Main site : http://gparted.sourceforge.net/
GParted forum : http://gparted-forum.surf4.info/index.php
Beta version : http://gparted.free.fr/beta/
GParted-liveCD mailing list : gpartedlivecd@ml.free.fr
	(You must subscribe first to post)


-- 
gentoo-catalyst@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-catalyst] LiveCD with vanilla-sources
  2007-06-14 19:07     ` LarryT
@ 2007-06-14 20:48       ` Raboo Treed
  2007-06-14 20:55         ` Raboo Treed
  0 siblings, 1 reply; 7+ messages in thread
From: Raboo Treed @ 2007-06-14 20:48 UTC (permalink / raw
  To: gentoo-catalyst

[-- Attachment #1: Type: text/plain, Size: 860 bytes --]

On 2007-06-14 LarryT wrote:
>
>  > If you use vanilla-sources, you cannot use squashfs.
>  >
>
>  Just to let you know I use 2 patches to have squashfs with lzma.
>  But since i am not able to make it from gentoo-sources, I use vanilla
>  + patch2gentoo-sources = gentoo-sources + patch2squashfs-lzma =
>  gentoo-sources-squash-lzma
>
>  If needed have a look at svn :
>  http://gparted.svn.sourceforge.net/viewvc/gparted/livecd/
>

Okay this is turning out to be more difficult the more i get to know..
I'll tell you my problem in cleartext and see if anyone has a solution 
for me.

Basicly what I need is a LiveCD with linux-2.6.22_rc4 with the dmraid 
patch I've attached to this mail. Cause I'm going to install linux on a 
fakeraid. But apperantly I also need some Squashfs patches to make it 
work with the LiveCD.
So is there a solution to my problem?

[-- Attachment #2: dm-raid45-2.6.22-rc4-20070612.patch.bz2 --]
[-- Type: application/x-bzip, Size: 33378 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-catalyst] LiveCD with vanilla-sources
  2007-06-14 20:48       ` Raboo Treed
@ 2007-06-14 20:55         ` Raboo Treed
  0 siblings, 0 replies; 7+ messages in thread
From: Raboo Treed @ 2007-06-14 20:55 UTC (permalink / raw
  To: gentoo-catalyst

Raboo Treed wrote:
> On 2007-06-14 LarryT wrote:
>>
>>  > If you use vanilla-sources, you cannot use squashfs.
>>  >
>>
>>  Just to let you know I use 2 patches to have squashfs with lzma.
>>  But since i am not able to make it from gentoo-sources, I use vanilla
>>  + patch2gentoo-sources = gentoo-sources + patch2squashfs-lzma =
>>  gentoo-sources-squash-lzma
>>
>>  If needed have a look at svn :
>>  http://gparted.svn.sourceforge.net/viewvc/gparted/livecd/
>>
>
> Okay this is turning out to be more difficult the more i get to know..
> I'll tell you my problem in cleartext and see if anyone has a solution 
> for me.
>
> Basicly what I need is a LiveCD with linux-2.6.22_rc4 with the dmraid 
> patch I've attached to this mail. Cause I'm going to install linux on 
> a fakeraid. But apperantly I also need some Squashfs patches to make 
> it work with the LiveCD.
> So is there a solution to my problem?
BTW, is it the 4300_squashfs-3.2.patch i need to get squashfs with lzma, 
from the genpatches svn?
http://sources.gentoo.org/viewcvs.py/linux-patches/genpatches-2.6/trunk/2.6.22-pre/
-- 
gentoo-catalyst@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-06-14 20:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-14 16:01 [gentoo-catalyst] LiveCD with vanilla-sources Raboo Treed
2007-06-14 16:35 ` Andrew Gaffney
2007-06-14 18:24   ` Chris Gianelloni
2007-06-14 18:28     ` Andrew Gaffney
2007-06-14 19:07     ` LarryT
2007-06-14 20:48       ` Raboo Treed
2007-06-14 20:55         ` Raboo Treed

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox