Confirmed users
4,378
edits
Line 116: | Line 116: | ||
* The former works just fine for extracting files | * The former works just fine for extracting files | ||
** to use the former: cd tmp_dir; mar.py -x ../foo.mar | ** to use the former: cd tmp_dir; mar.py -x ../foo.mar | ||
** for | ** for bzip2'ed files such as b2g mar files: try 'mar.py -x -j fota-flame-update.mar' | ||
** or 'mv update.zip update.zip.bz2; bunzip2 update.zip.bz2' | ** or 'mv update.zip update.zip.bz2; bunzip2 update.zip.bz2' |