Re: [LEDE-DEV] [PATCH] add --extend-squasfs to qemustart script

2017-05-23 Thread Philip Prindeville
Inline > On May 22, 2017, at 6:23 AM, Paul Spooren wrote: > > scripts/qemustart > > using squashfs results in a "no space left on device" error. You need to > manually extend the new build with a tool like dd. > > This patch adds the --extend-squasfs parameter to enlarge the image to > 64MB. T

[LEDE-DEV] [PATCH] add --extend-squasfs to qemustart script

2017-05-22 Thread Paul Spooren
scripts/qemustart using squashfs results in a "no space left on device" error. You need to manually extend the new build with a tool like dd. This patch adds the --extend-squasfs parameter to enlarge the image to 64MB. The (64MB - 20MB =) ~44MB free space will be used by the overlayfs. This appr