Re: [PATCH] scripts/qemustart: use squashfs instead of ext4

2021-01-01 Thread Philip Prindeville
Reviewed-by: Philip Prindeville > On Dec 29, 2020, at 4:13 PM, Paul Spooren wrote: > > 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

Re: [PATCH] scripts/qemustart: use squashfs instead of ext4

2021-01-01 Thread Philip Prindeville
Reviewed-by: Philip Prindeville > On Dec 29, 2020, at 4:13 PM, Paul Spooren wrote: > > 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

[PATCH] scripts/qemustart: use squashfs instead of ext4

2020-12-29 Thread Paul Spooren
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 --- scripts/qemustart | 2 +- 1 file changed, 1