With a patch to assemble-image.sh[1], this change to the user interface
enables a copy of the root file system to be built into a UBIFS image
and stored on the SD card for use in flashing systems with the same root
file system.

It is possible to make this a checkbox that would show up when sdimg is
selected, but that would complicate the logic quite a bit.  There seems
to be a reasonable amount of space on the line, so the simpler logic
seemed like the better trade-off.

[1] 
http://lists.linuxtogo.org/pipermail/angstrom-distro-devel/2011-July/004778.html

Signed-off-by: Jason Kridner <jkrid...@beagleboard.org>
Signed-off-by: Joel A Fernandes <agnel.j...@gmail.com>
Cc: Koen Kooi <k...@dominion.thruhere.net>
---
 index.html |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/index.html b/index.html
index f45e12c..a7813ba 100644
--- a/index.html
+++ b/index.html
@@ -80,6 +80,7 @@
                 Select the type of image you want.<br/><font size="-2">The 
'tar.gz' option is the most versatile choice since it can be easily converted 
to other formats later on. The practicality of the other formats depends too 
much on the device in question to give meaningfull advice here, so we leave 
that up to you :)</font><br/><br/>
                                <input name="imagetype" type="radio" 
checked="checked" value="tgz">tar.gz
                                <input name="imagetype" type="radio" 
value="sdimg">OMAP SD image
+                               <input name="imagetype" type="radio" 
value="sdimg-ubi">OMAP SD+UBI image
                                <input name="imagetype" type="radio" 
value="ext2">ext2
                                <input name="imagetype" type="radio" 
value="ubifs">ubifs
                                <input name="imagetype" type="radio" 
value="jffs2">jffs2
-- 
1.5.6.4


_______________________________________________
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

Reply via email to