Commit 7d488d9d by devttys0

Merge pull request #137 from ddcc/sasquatch

fix previous commit that modified sasquatch arguments (ab2ace76)
parents daa8ce6a 1c7f2bc3
......@@ -41,8 +41,8 @@
# Try unsquashfs first, or if not installed, sasquatch
^squashfs filesystem:squashfs:unsquashfs -d '%%squashfs-root%%' '%e':0:False
^squashfs filesystem:squashfs:sasquatch -d -le '%%squashfs-root%%' '%e':0:False
^squashfs filesystem:squashfs:sasquatch -d -be '%%squashfs-root%%' '%e':0:False
^squashfs filesystem:squashfs:sasquatch -le -d '%%squashfs-root%%' '%e':0:False
^squashfs filesystem:squashfs:sasquatch -be -d '%%squashfs-root%%' '%e':0:False
# Try cramfsck first; if that fails, swap the file system and try again
^cramfs filesystem:cramfs:cramfsck -x '%%cramfs-root%%' '%e':0:False
......
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