Commit df3e3fa1 by Reto Gantenbein

Explicitly mount squashfs in case autodetection fails

parent 60fd4623
...@@ -163,7 +163,7 @@ bootstrap_fedora() ...@@ -163,7 +163,7 @@ bootstrap_fedora()
fi fi
echo "Mounting LiveOS squashfs file system." echo "Mounting LiveOS squashfs file system."
if ! mount -o loop "${cache}/install.img" squashfs/ if ! mount -o loop -t squashfs "${cache}/install.img" squashfs/
then then
echo " echo "
Error: Mount of LiveOS squashfs image failed Error: Mount of LiveOS squashfs image failed
......
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