[Commits] pilgrim branch joyride updated.

Daniel Drake dsd at laptop.org
Sat Nov 22 14:24:15 EST 2008


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "/home/olpc-code/git/projects/pilgrim".

The branch, joyride has been updated
       via  303b7257a9a1e073c2f39a508e6f2abc993225dc (commit)
      from  28f245eb4efda242964148b7d480a344969bd265 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

 pilgrim |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 303b7257a9a1e073c2f39a508e6f2abc993225dc
Author: Daniel Drake <dsd at laptop.org>
Date:   Sat Nov 22 19:17:35 2008 +0000

    Disable rtime compression in JFFS2 image
    
    rtime is almost always inferior to zlib and is not supported by our
    kernels.

diff --git a/pilgrim b/pilgrim
index 2d06fbc..d7ea923 100755
--- a/pilgrim
+++ b/pilgrim
@@ -761,7 +761,7 @@ fi
 
 if [ "$FILE_SYSTEM" = "jffs2" ] ; then
     echo " * Creating jffs2 file system"
-    /usr/sbin/mkfs.jffs2 -n -e128KiB -r $INSTALL_ROOT -o $OUTPUT_NAME-pre.img
+    /usr/sbin/mkfs.jffs2 -x rtime -n -e128KiB -r $INSTALL_ROOT -o $OUTPUT_NAME-pre.img
     echo " * Running sumtool on jffs2 file system"
     /usr/sbin/sumtool -n -p -e 128KiB -i $OUTPUT_NAME-pre.img -o $OUTPUT_NAME.img
     rm -f $OUTPUT_NAME-pre.img
-----------------------------------------------------------------------


--
/home/olpc-code/git/projects/pilgrim


More information about the Commits mailing list