Re: [OLPC-AU] copy-nand vs update-nand

2011-03-19 Thread Sridhar Dhanapalan
On 17 March 2011 18:21, James Cameron wrote: > copy-nand is for unpartitioned jffs2 images. > > update-nand is for partitioned jffs2 images, or partitioned combined > jffs2 and ubifs images. > > Follow the installation instructions closely for the release you're > working with. > > Mixing the imag

11.2.0 development build 14 released

2011-03-19 Thread Daniel Drake
http://wiki.laptop.org/go/11.2.0 http://build.laptop.org/11.2.0/os14 updates.laptop.org now offers this stream. Instructions are on the 11.2.0 page above. Upgrades from 11.2.0 builds 1 through 12 probably won't work properly, but from 13 is probably fine and it will stay that way. (I haven't full

Re: [PATCH olpc-os-builder 02/14] Don't choke on 404 errors for activity pages

2011-03-19 Thread Sascha Silbe
Excerpts from Daniel Drake's message of Thu Mar 17 20:31:32 +0100 2011: > Whats the rationale here? > If an invalid activity group URL is passed, olpc-os-builder should > exit with error. Diving into the code I noticed that you already fixed the same issue (see commit 900b0670), just in a slightl

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

2011-03-19 Thread Daniel Drake
On 19 March 2011 12:26, Sascha Silbe wrote: > Logging into an XO remotely doesn't work out-of-the-box anyway (no password > set) and enabling sshd requires just typing a second line ("sudo chkconfig > sshd on"). > Backup to XS is initiated client side via a cron job, so it won't be affected. > > S

Re: [PATCH olpc-os-builder 03/14] Do not adjust dates of activities

2011-03-19 Thread Sascha Silbe
Excerpts from Daniel Drake's message of Thu Mar 17 20:37:07 +0100 2011: > > By resetting all the dates, we'd break the new-to-old ordering in the > > list view. The initial order would be reverse-alphabetic and would start > > to break as users installed or updated some activities. > > Thanks for

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

2011-03-19 Thread Sascha Silbe
Logging into an XO remotely doesn't work out-of-the-box anyway (no password set) and enabling sshd requires just typing a second line ("sudo chkconfig sshd on"). Backup to XS is initiated client side via a cron job, so it won't be affected. Signed-off-by: Sascha Silbe --- v1->v2: use Kickstart se