Re: [Server-devel] Libertas firmware on F9 for the XS

2008-09-13 Thread Martin Langhoff
On Sat, Sep 13, 2008 at 12:30 PM, Deepak Saxena <[EMAIL PROTECTED]> wrote:
> Well, my job description is simply "kernel guy", not tied to XO
> or XS, so I will build something against your F9 kernel that you
> can test and will volunteer myself to keep XS libertas in sync
> with XO libertas until we get our kernel in sync with Fedora.

That sounds fantastic. From what I see, we'll have to be wired to
supply a complete kernel rpm, as the libertas driver comes with the
kernel rpm. It it possible for you to build kernels in a reasonably
timely fashion following Fedora's security updates? Doesn't have to be
immediate, but the XS has more "internet exposure" than the XO.

I am still interested in understanding what the state of the driver
and firmware is, but that's for another subthread...

thanks!




m
-- 
 [EMAIL PROTECTED]
 [EMAIL PROTECTED] -- School Server Architect
 - ask interesting questions
 - don't get distracted with shiny stuff - working code first
 - http://wiki.laptop.org/go/User:Martinlanghoff
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] Couple things I'm looking for help with... (revisor, GPG migration...)

2008-09-13 Thread Jerry Vonau
Jerry Vonau wrote:
> Martin Langhoff wrote:
>> On Fri, Sep 12, 2008 at 7:46 PM, Jeroen van Meeuwen <[EMAIL PROTECTED]> 
>> wrote:
>>> the --isolinux-cfg helps here, doesn't it? Using ks=hd:LABEL=foo:ks.cfg in
>>> one of the menu items should work like Chris and Jeremy mentioned...
>> Yes it definitely does, thanks! We need a tiny patch to add a 2nd ks
>> file - you'll see in the ticket I'd like to have one with
>> "interactive" in it, and one without.
>>
> 
Cool, it works with method= also, just use method=hd:LABEL=foo:/path and 
you don't get prompted for dvd location.

> Shoot, I forgot about that trick.. That doesn't resolve the issue of not 
> having the usb ready before looking for the ks file. I re-rolled 
> anaconda to fix that, and not to copy stage2 to /tmp before mounting it.
> 
> http://members.shaw.ca/jvonau/pub/usbfix.patch
> http://members.shaw.ca/jvonau/pub/anaconda-11.4.0.82-3olpc.src.rpm
> 
The boot line ks=hd:LABEL=foo:/ks.cfg method=hd:LABEL=foo:/iso works for 
me, well here anyway, patched anaconda ;-).
No questions asked until "welcome".

Jerry

___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] Couple things I'm looking for help with... (revisor, GPG migration...)

2008-09-13 Thread Jerry Vonau
Martin Langhoff wrote:
> On Fri, Sep 12, 2008 at 7:46 PM, Jeroen van Meeuwen <[EMAIL PROTECTED]> wrote:
>> the --isolinux-cfg helps here, doesn't it? Using ks=hd:LABEL=foo:ks.cfg in
>> one of the menu items should work like Chris and Jeremy mentioned...
> 
> Yes it definitely does, thanks! We need a tiny patch to add a 2nd ks
> file - you'll see in the ticket I'd like to have one with
> "interactive" in it, and one without.
> 

Shoot, I forgot about that trick.. That doesn't resolve the issue of not 
having the usb ready before looking for the ks file. I re-rolled 
anaconda to fix that, and not to copy stage2 to /tmp before mounting it.

http://members.shaw.ca/jvonau/pub/usbfix.patch
http://members.shaw.ca/jvonau/pub/anaconda-11.4.0.82-3olpc.src.rpm

Jerry



___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] Edublog: How do I submit bug fixes upstream to ou blog?

2008-09-13 Thread Martin Langhoff
On Sat, Sep 13, 2008 at 5:27 AM, Tarun Pondicherry
<[EMAIL PROTECTED]> wrote:
> I'm curious how to get some bug fixes upstream into ou blog.  I think its
> not maintained by Moodle right?  I'm trying to figure out also where to get
> the latest ou blog code to see if those bugs are there.  Mostly, just a
> couple lines that need to check if other ou things are installed to prevent
> execution from stopping when those other features are not present.

That's a good question. My guess is: in the general devel forum in
moodle.org. Copying Matt Clarkson as he's the main dev for it.

cheers,


m
-- 
 [EMAIL PROTECTED]
 [EMAIL PROTECTED] -- School Server Architect
 - ask interesting questions
 - don't get distracted with shiny stuff - working code first
 - http://wiki.laptop.org/go/User:Martinlanghoff
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] Work in progress - F9 install ISO

2008-09-13 Thread Jerry Vonau
Jerry Vonau wrote:
> Martin Langhoff wrote:
>> On Fri, Sep 5, 2008 at 3:15 PM, Jerry Vonau <[EMAIL PROTECTED]> wrote:
>>> Having had a look at the dvd, the size could be reduced by about 200meg by
>>> deleting everything in the /images directory except for stage2.img and
>>> re-rolling the iso. Then the boot.iso should be made available by its self,
>>> should someone who can't boot from usb need to use it.
>>> But, if the size of the dvd.iso is reduced as above, then it should fit on a
>>> single standard cdr. Looking for feedback first before I proceed.
>> Hmmm - are you thinking of a 'thinning' script that cuts all that fat
>> out post pungi or revisor build? Sounds reasonable to me...
>>
> Sure that works too, but the right way would be to fix buildinstall. 
> Think I'll go check anaconda's git to see if its still the same. That 
> sounds like a bug to me.
> 
> 
>> At the moment I'm playing with revisor too. The resulting img is about
>> the same size as with Pungi :-/ It's only 411MB of packages, and
>> /images weights 325MB.
>>
> Why leave the boot.iso in tree before building disc1, that is what is 
> causing the bloat. It was ok when boot.iso was only 15meg, but now...

Rough "thinning" script:
http://members.shaw.ca/jvonau/pub/mkslim

Turns the current DVD sized install iso into a CD sized one.

Should see if my pungi patches could be ported to revisor, then this 
script would not need, for the spin to fit on a cdrom.

Jerry



___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel