RHEL 5 thinks squashfs is HFS+ filesystem, unless we specify the type explicitly.

This commit is contained in:
Richard Jones
2009-07-23 12:45:12 +01:00
parent 9c32abcbf6
commit 9af502eff0

View File

@@ -25,7 +25,7 @@ rm -f test.out
../fish/guestfish <<'EOF' > test.out
add-ro ../images/test.sqsh
run
mount /dev/sda /
mount-vfs ro squashfs /dev/sda /
read-file /helloworld.tar
EOF