]> spindle.queued.net Git - xodist/commit
mkjffs2: add lzo support
authorAndres Salomon <dilinger@debian.org>
Thu, 23 Oct 2008 21:08:45 +0000 (17:08 -0400)
committerAndres Salomon <dilinger@debian.org>
Thu, 23 Oct 2008 21:08:45 +0000 (17:08 -0400)
commitf55f2955de650777ef99dd2de4aaa8607dc9f3c8
treeefb4b43a2ceaa8657f8e959cbab2fb7cd7d9fe66
parentec4f555fb79444b556b547d14b14e123f3036472
mkjffs2: add lzo support

This adds support for building lzo images for root (and updates the
kernel accordingly, as LZO support wasn't compiled into the jffs2
driver).  However, I'm not sold on LZO, so I haven't enabled it by
default.  According to my tests, zlib left 540MB free, and bootup took
97s, while lzo left 505MB free, and bootup took 91s.  Program startup
time appeared to be about the same.  I'm not convinced that the 6s
bootup time improvement is worth it.

Signed-off-by: Andres Salomon <dilinger@debian.org>
initchroot.sh
mkjffs2.sh