[IAEP] A proposal from Trisquel (Was Re: [SoaS] [DP] Announcing the creation of a SoaS Decision Panel)

Rubén Rodríguez Pérez ruben at gnu.org
Fri Oct 2 08:54:35 EDT 2009


> I filed a request at
> http://trisquel.info/en/issues/please-include-bootolpcfth-ext2-bootable-parition
> with an example patch at
> http://www.martindengler.com/~martin/tmp/makedistro.patch - but I
> don't know the environment so it might be totally the wrong place for
> inclusion of olpc.fth.

It is the right place, thank you!

But I'm not sure if the olpc.fth file will work as is, the kernel is
not /boot/vmlinuz but /boot/vmlinuz-$VERSION. You can reach it
trough /vmlinuz, but it is a symlink located in a different partition.

Another thing to do might be optimizing the disc schema for the XO. We
are currently using this as default:

-Ext3 /boot (min 128, max 256MB)
-swap (min 256, max 300% ramsize)
-Xfs / (min 3GB, max 10GB)
-Xfs /home (min 600MB, no max)

Maybe something like this would work better for that machine (especially
if its ssd disk is affected by write amplification problems[1]):

-Ext2 / (min 2GB, max 5GB)
-swap (min 256, max 200% ramsize)
-Ext2 /home (min 600MB, no max)

1-
http://thunk.org/tytso/blog/2009/03/01/ssds-journaling-and-noatimerelatime/





More information about the IAEP mailing list