Commit cdb59da1 by devttys0

Updated extraction rules

parent 51fe037e
...@@ -9,7 +9,13 @@ ...@@ -9,7 +9,13 @@
# For example '%%squashfs-root%%' will be replaced with 'squashfs-root-0' # For example '%%squashfs-root%%' will be replaced with 'squashfs-root-0'
# if 'squashfs-root' already exists. # if 'squashfs-root' already exists.
# #
# Some extractors are internal and not listed here, such as those for zlib, cpio, and raw LZMA/deflate streams. # The following file types are handled internally by extractor plugins:
#
# o zlib
# o cpio
# o jffs2
# o Raw LZMA/deflate streams
#
################################################################################################################# #################################################################################################################
# Assumes these utilities are installed in $PATH. # Assumes these utilities are installed in $PATH.
...@@ -42,7 +48,6 @@ ...@@ -42,7 +48,6 @@
^romfs filesystem:romfs:mkdir romfs-root && mount -t romfs '%e' romfs-root ^romfs filesystem:romfs:mkdir romfs-root && mount -t romfs '%e' romfs-root
# These were extractors used from FMK that still need suitable replacements. # These were extractors used from FMK that still need suitable replacements.
#^jffs2 filesystem:jffs2:/opt/firmware-mod-kit/src/jffs2/unjffs2 '%e'
#^bff volume entry:bff:/opt/firmware-mod-kit/src/bff/bffxtractor.py '%e' #^bff volume entry:bff:/opt/firmware-mod-kit/src/bff/bffxtractor.py '%e'
#^wdk file system:wdk:/opt/firmware-mod-kit/src/firmware-tools/unwdk.py '%e' #^wdk file system:wdk:/opt/firmware-mod-kit/src/firmware-tools/unwdk.py '%e'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment