scripts/qemustart: use squashfs instead of ext4
authorPaul Spooren <mail@aparcar.org>
Tue, 29 Dec 2020 23:11:04 +0000 (13:11 -1000)
committerPaul Spooren <mail@aparcar.org>
Sat, 2 Jan 2021 03:49:05 +0000 (17:49 -1000)
commit1b002434f0516d682bc8fbefc59b396435205621
treed7210f4913ce8fad442e71de9542d51eec787c4e
parent01653fe3c765c88af23de650aebff2768dbecc32
scripts/qemustart: use squashfs instead of ext4

The qemustart script currently picks the ext4 filesystem rather than
squashfs, while the latter is default for nearly all OpenWrt targets.

Change the default behaviour of qemustart to be in line with the rest.

Signed-off-by: Paul Spooren <mail@aparcar.org>
scripts/qemustart