Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2011-06-21 15:50:48 (GMT)
committer Daniel Drake <dsd@laptop.org>2011-06-21 15:53:00 (GMT)
commit7c456bd94a920a3d3a0281698719987e4b664ac2 (patch)
tree5b3da03dc32a4f7331e4abc911b22fca92f41b00
parent1cf26d3e28d3048d349cc67ce7508a652d358583 (diff)
11.2.0 config: switch to jffs2 on XO-1
We have 2 key problems with ubifs, which have only really come to light in the last few days: 1. Space usage. We already knew that we grew 10-15% over jffs2, plus the partitions overhead, but I now realise that the boot partition size calculated earlier is far too small, as we ship both signed and unsigned kernel/actrd/runrd. Once we fix the partition size, we really run low on space. 2. Boot problems We have had a couple of reports of unbootable XO-1s which need to be looked into. Disable ubifs for this release.
-rw-r--r--examples/olpc-os-11.2.0-xo1.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/olpc-os-11.2.0-xo1.ini b/examples/olpc-os-11.2.0-xo1.ini
index 43ee03a..e7a41fe 100644
--- a/examples/olpc-os-11.2.0-xo1.ini
+++ b/examples/olpc-os-11.2.0-xo1.ini
@@ -10,7 +10,7 @@ modules=
xo1,
buildnr_from_file,
yumcfg,
- ubifs_image,
+ jffs2_image,
repos,
x11,
powerd,