summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorpancake <pancake@dazo>2007-04-20 21:00:12 +0200
committerpancake <pancake@dazo>2007-04-20 21:00:12 +0200
commit196f1f7abbb896b84bbbb7a813e9d6641e162fc1 (patch)
treeb72b4afb8fa3f104adb3317d3f94340e32198a36 /src
parent300635ad8f8c5bdb5c50fc95f1c456ea7cc45151 (diff)
download0xFFFF-196f1f7abbb896b84bbbb7a813e9d6641e162fc1.tar.bz2
* Do not strip the initfs.jffs2 image, it is only 2MB
* Some fixups on the doc/dumping documentation
Diffstat (limited to 'src')
-rw-r--r--src/dump.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dump.c b/src/dump.c
index ca6842c..3efc79b 100644
--- a/src/dump.c
+++ b/src/dump.c
@@ -134,7 +134,8 @@ int reverse_extract_pieces(char *dir)
rf_strip("xloader.bin");
rf_strip("secondary.bin");
rf_strip("zImage");
- rf_strip("initfs.jffs2");
+// rf_strip("initfs.jffs2"); // do not strip initfs, is 2MB long
+ //and can be useful for data recovery
printf("Identifying extracted files...\n");
printf("%s: xloader\n", fpid_file("xloader.bin"));
printf("%s: secondary.bin\n", fpid_file("secondary.bin"));