Comment 0 for bug 1728048

Revision history for this message
Scott Moser (smoser) wrote : squashfs url matching is to strict

The code that automatically determines a squashfs url is just to strict.
You can explicitly declare it as squash with:
   root=squashfs:http://<>/...
but currently the automatic matching requires it to end in .squashfs or .squash.

This doesn't match urls like
  <url>/squashfs
  <url>/my-squash

which are as obviously squashfs urls as others.