Commit d75c66b6 by devttys0

Fixed zlib extraction rule, added cab extract rule.

parent 1ea13379
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
^arj archive data.*comment header:arj:arj e '%e' ^arj archive data.*comment header:arj:arj e '%e'
^lha:lha:lha ei '%e' ^lha:lha:lha ei '%e'
^iso 9660:iso:7z x '%e' -oiso-root ^iso 9660:iso:7z x '%e' -oiso-root
^microsoft cabinet archive:cab:cabextract '%e'
# These assume the firmware-mod-kit is installed to /opt/firmware-mod-kit. # These assume the firmware-mod-kit is installed to /opt/firmware-mod-kit.
# If not, change the file paths appropriately. # If not, change the file paths appropriately.
...@@ -28,7 +29,7 @@ ...@@ -28,7 +29,7 @@
^cramfs filesystem:cramfs:/opt/firmware-mod-kit/uncramfs_all.sh '%e' ^cramfs filesystem:cramfs:/opt/firmware-mod-kit/uncramfs_all.sh '%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'
^zlib header:zlib:/opt/firmware-mod-kit/src/firmware-tools/unzlib.py '%e' ^zlib compressed data:zlib:/opt/firmware-mod-kit/src/firmware-tools/unzlib.py '%e'
^ext2 filesystem:ext2:mkdir ext2-root && mount -t ext2 '%e' ext2-root ^ext2 filesystem:ext2:mkdir ext2-root && mount -t ext2 '%e' ext2-root
^romfs filesystem:romfs:mkdir romfs-root && mount -t romfs '%e' romfs-root ^romfs filesystem:romfs:mkdir romfs-root && mount -t romfs '%e' romfs-root
......
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