Copyright (C) 2010 Freescale Semiconductor, Inc. All Rights Reserved.

Hi there,

This readme is for the example script of recovery.

* Updater Script
since froyo have change the recovery script syntax and name,
you need to update your step of how to make a update.zip package.

These detail you can get detail infomation from user manual.

Here are two example updater-script:

You can only have one script in your update.zip package.
when you copy is to your update.zip package, please rename it to
updater-script .



1.updater-script.ext4 is format and copy totally new system script.
2.updater-script-patched.ext4 is not formating system at all, just
  apply the binary patch.


Both of script are use ext4 file system.

* UBIFS support

	We also support ubifs recovery. If you want to ubifs, just
	repace filesystem type from "ext4" to "ubifs".
