commit | 1a7ee5384de65fcb642f6c04616d822f06bd06da | [log] [tgz] |
---|---|---|
author | Koushik K. Dutta <koushd@gmail.com> | Sun Feb 21 17:52:30 2010 -0800 |
committer | Koushik K. Dutta <koushd@gmail.com> | Sun Feb 21 17:52:30 2010 -0800 |
tree | 9ace714ce46bdd44931171946e8b65eec6fe52fd | |
parent | 7e5a6610647f93ee6e982b528099fda4b42edb45 [diff] [blame] |
add mkfstab.sh script to create an fstab on any device. clean up dump_image to use libmtdutils
diff --git a/nandroid/nandroid-mobile.sh b/nandroid/nandroid-mobile.sh index 9a9a824..4929074 100755 --- a/nandroid/nandroid-mobile.sh +++ b/nandroid/nandroid-mobile.sh
@@ -56,7 +56,7 @@ RECOVERY=foo echo "nandroid-mobile v2.1" - +mkfstab.sh > /etc/fstab if [ "$1" == "" ]; then echo "Usage: $0 {backup|restore} [/path/to/nandroid/backup/]"