Suggestion: Configuration file

2011-03-18 Thread Eng Hassona
Hello developers I am Iman Hassona, a member of Gaza OLPC Team I have a little suggestion on OLPC-OS-Builder. If it become possible to retrieve the configuration file (_.ini) back from the (osXX.img) with related files such as custom scripts, packages, keys, etc... Thanks Regard

Re: Updating olpc-boot-anim for a 10.1.3 build with minimum fuss

2011-03-18 Thread Martin Langhoff
On Thu, Mar 17, 2011 at 1:34 PM, Martin Langhoff wrote: > Creates > http://dev.laptop.org/~martin/public_rpms/olpc-bootanim-tools-2.12a-2.fc11.i586.rpm And I've just posted a new module for OS Builder. With this module installed, the procedure is very easy indeed: http://wiki.laptop.org/go/OS_B

[PATCH] modules/bootanim: easily customize boot animation

2011-03-18 Thread martin . langhoff
From: Martin Langhoff --- modules/bootanim/README | 27 + modules/bootanim/kspost.30.nochroot.bootanim.sh | 14 + modules/bootanim/prepare.90.bootanim.sh | 70 +++ 3 files changed, 111 insertions(+), 0 deletions(-) create mod

[PATCH] Introduce os-toc-diff.py -- helps compare the output of osbuilder

2011-03-18 Thread martin . langhoff
From: Martin Langhoff Question: Is a new osbuilder still building the exact same build? os-toc-diff.py original/os860.toc build/output/osNN.toc > results.diff --- os-toc-diff.py | 46 ++ 1 files changed, 46 insertions(+), 0 deletions(-) create mode

Re: [PATCH olpc-os-builder 11/14] Increase size of /tmp and /var/tmp to make yum work

2011-03-18 Thread Martin Langhoff
On Fri, Mar 18, 2011 at 10:28 AM, Daniel Drake wrote: > /tmp is still tmpfs > > The yum-relevant difference that you're referring to is that > /var/cache/yum is no longer a tmpfs. Correct -- apologies for my pre-coffee misfire. m --  martin.langh...@gmail.com  mar...@laptop.org -- Software A

Re: [PATCH olpc-os-builder 13/14] Disable sshd to save memory and speed up startup

2011-03-18 Thread Daniel Drake
On 17 March 2011 20:15, Daniel Drake wrote: > On 17 March 2011 15:21, Sascha Silbe wrote: >> From: Bernie Innocenti >> >> Backup to XS is initiated client side via a cron job, so it won't be >> affected. > > Thanks for the patch but I'd like to leave this enabled. Having this > enabled has prev

Re: [PATCH olpc-os-builder 11/14] Increase size of /tmp and /var/tmp to make yum work

2011-03-18 Thread Daniel Drake
On 18 March 2011 12:33, Martin Langhoff wrote: > On Thu, Mar 17, 2011 at 4:10 PM, Daniel Drake wrote: >> Yum works for me already. What do these changes bring? > > They probably haven't seen that on OOB master (and on resulting F14 / > 11.2.0 builds) /tmp isn't a tmpfs anymore. So the problem is

Re: [PATCH olpc-os-builder 11/14] Increase size of /tmp and /var/tmp to make yum work

2011-03-18 Thread Martin Langhoff
On Thu, Mar 17, 2011 at 4:10 PM, Daniel Drake wrote: > Yum works for me already. What do these changes bring? They probably haven't seen that on OOB master (and on resulting F14 / 11.2.0 builds) /tmp isn't a tmpfs anymore. So the problem is gone gone gone... cheers, m --  martin.langh...@gma