Re: Kernel RPMs now auto-install to boot partition

2013-03-22 Thread Jon Nettleton
On Fri, Mar 22, 2013 at 5:03 PM, Martin Abente
 wrote:
> Great! :D
>
>
> On Fri, Mar 22, 2013 at 12:09 PM, Anish Mangal  wrote:
>>
>> awesome!
>>
>> On Fri, Mar 22, 2013 at 10:57 AM, Paul Fox  wrote:
>> > wow.  somehow i didn't think this would ever happen.  thank you!!
>> >
>> > paul
>> >
>> > daniel wrote:
>> >  > Hi,
>> >  >
>> >  > Found some time to implement something that has been desired for a
>> >  > while: now when you install a kernel RPM on the XO, it will
>> >  > additionally auto-install to the boot partition, so now you can just
>> >  > install a new kernel RPM with rpm/yum and reboot and expect it to be
>> >  > used, no additional steps needed.
>> >  >
>> >  > The root of this strange behaviour (installing kernels twice) is due
>> >  > to the design of the update system, there might be room to improve on
>> >  > this in future as well, but at least this detail will now be less
>> >  > annoying to developers.

Does the installation occur only if the olpc-dev-kernel had previously been run?

-Jon
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: Kernel RPMs now auto-install to boot partition

2013-03-22 Thread Martin Abente
Great! :D

On Fri, Mar 22, 2013 at 12:09 PM, Anish Mangal  wrote:

> awesome!
>
> On Fri, Mar 22, 2013 at 10:57 AM, Paul Fox  wrote:
> > wow.  somehow i didn't think this would ever happen.  thank you!!
> >
> > paul
> >
> > daniel wrote:
> >  > Hi,
> >  >
> >  > Found some time to implement something that has been desired for a
> >  > while: now when you install a kernel RPM on the XO, it will
> >  > additionally auto-install to the boot partition, so now you can just
> >  > install a new kernel RPM with rpm/yum and reboot and expect it to be
> >  > used, no additional steps needed.
> >  >
> >  > The root of this strange behaviour (installing kernels twice) is due
> >  > to the design of the update system, there might be room to improve on
> >  > this in future as well, but at least this detail will now be less
> >  > annoying to developers.
> >  >
> >  > Daniel
> >  > ___
> >  > Devel mailing list
> >  > Devel@lists.laptop.org
> >  > http://lists.laptop.org/listinfo/devel
> >
> > =-
> >  paul fox, p...@laptop.org
> > ___
> > Devel mailing list
> > Devel@lists.laptop.org
> > http://lists.laptop.org/listinfo/devel
>
>
>
> --
> Anish | an...@sugarlabs.org
> ___
> Devel mailing list
> Devel@lists.laptop.org
> http://lists.laptop.org/listinfo/devel
>
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: Kernel RPMs now auto-install to boot partition

2013-03-22 Thread Anish Mangal
awesome!

On Fri, Mar 22, 2013 at 10:57 AM, Paul Fox  wrote:
> wow.  somehow i didn't think this would ever happen.  thank you!!
>
> paul
>
> daniel wrote:
>  > Hi,
>  >
>  > Found some time to implement something that has been desired for a
>  > while: now when you install a kernel RPM on the XO, it will
>  > additionally auto-install to the boot partition, so now you can just
>  > install a new kernel RPM with rpm/yum and reboot and expect it to be
>  > used, no additional steps needed.
>  >
>  > The root of this strange behaviour (installing kernels twice) is due
>  > to the design of the update system, there might be room to improve on
>  > this in future as well, but at least this detail will now be less
>  > annoying to developers.
>  >
>  > Daniel
>  > ___
>  > Devel mailing list
>  > Devel@lists.laptop.org
>  > http://lists.laptop.org/listinfo/devel
>
> =-
>  paul fox, p...@laptop.org
> ___
> Devel mailing list
> Devel@lists.laptop.org
> http://lists.laptop.org/listinfo/devel



-- 
Anish | an...@sugarlabs.org
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: Kernel RPMs now auto-install to boot partition

2013-03-22 Thread Paul Fox
wow.  somehow i didn't think this would ever happen.  thank you!!

paul

daniel wrote:
 > Hi,
 > 
 > Found some time to implement something that has been desired for a
 > while: now when you install a kernel RPM on the XO, it will
 > additionally auto-install to the boot partition, so now you can just
 > install a new kernel RPM with rpm/yum and reboot and expect it to be
 > used, no additional steps needed.
 > 
 > The root of this strange behaviour (installing kernels twice) is due
 > to the design of the update system, there might be room to improve on
 > this in future as well, but at least this detail will now be less
 > annoying to developers.
 > 
 > Daniel
 > ___
 > Devel mailing list
 > Devel@lists.laptop.org
 > http://lists.laptop.org/listinfo/devel

=-
 paul fox, p...@laptop.org
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: Kernel RPMs now auto-install to boot partition

2013-03-22 Thread Jerry Vonau
On Fri, 2013-03-22 at 08:46 -0600, Daniel Drake wrote:
> Hi,
> 
> Found some time to implement something that has been desired for a
> while: now when you install a kernel RPM on the XO, it will
> additionally auto-install to the boot partition, so now you can just
> install a new kernel RPM with rpm/yum and reboot and expect it to be
> used, no additional steps needed.
> 
> The root of this strange behaviour (installing kernels twice) is due
> to the design of the update system, there might be room to improve on
> this in future as well, but at least this detail will now be less
> annoying to developers.

+1

Thank you,

Jerry

___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Kernel RPMs now auto-install to boot partition

2013-03-22 Thread Daniel Drake
Hi,

Found some time to implement something that has been desired for a
while: now when you install a kernel RPM on the XO, it will
additionally auto-install to the boot partition, so now you can just
install a new kernel RPM with rpm/yum and reboot and expect it to be
used, no additional steps needed.

The root of this strange behaviour (installing kernels twice) is due
to the design of the update system, there might be room to improve on
this in future as well, but at least this detail will now be less
annoying to developers.

Daniel
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: Changing the Favorite Activities

2013-03-22 Thread Jerry Vonau
On Fri, 2013-03-22 at 13:52 +1000, T Gillett wrote:
> Hi
> 
> I would like to be able to change the set of activities shown in the
> ring of the home view via a script in order to set up a batch of XO-1
> and XO-1.5 devices.
> 
> Previously this was possible by changing the file 
> /home/olpc/.sugar/default.favorite_activities
> 
> However in the current stable release this no longer works. If the
> file is changed, it is replaced with the default list on restart.
> 
> Is there another mechanism available to achieve this in the current
> release?
> 
> Thanks in advance.
> 

Think the file you want is:

/usr/share/sugar/data/activities.defaults

Jerry



___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel