Commit 9aae0758 by devttys0

Changed squashfs order of extraction

parent 3902bb64
...@@ -27,9 +27,9 @@ ...@@ -27,9 +27,9 @@
^iso 9660:iso:7z x '%e' -oiso-root ^iso 9660:iso:7z x '%e' -oiso-root
^microsoft cabinet archive:cab:cabextract '%e' ^microsoft cabinet archive:cab:cabextract '%e'
# Try sasquatch first, or if not installed, the standard unsquashfs # Try unsquashfs first, or if not installed, sasquatch
^squashfs filesystem:squashfs:sasquatch -d '%%squashfs-root%%' '%e'
^squashfs filesystem:squashfs:unsquashfs -d '%%squashfs-root%%' '%e' ^squashfs filesystem:squashfs:unsquashfs -d '%%squashfs-root%%' '%e'
^squashfs filesystem:squashfs:sasquatch -d '%%squashfs-root%%' '%e'
# Try cramfsck first; if that fails, swap the file system and try again # Try cramfsck first; if that fails, swap the file system and try again
^cramfs filesystem:cramfs:cramfsck -x '%%cramfs-root%%' '%e' ^cramfs filesystem:cramfs:cramfsck -x '%%cramfs-root%%' '%e'
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
^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
# These were the 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' #^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