<div dir="ltr">I use the ./build.sh img target for building a custom image that I can DD to a CF card.<div><br></div><div>For some time now (not sure how long), trying to build an .img has failed:</div><div><br></div><div><div>P: Begin unmounting /proc...</div><div>[2014-11-17 19:21:28] lb chroot_devpts remove</div><div>[2014-11-17 19:21:28] lb testroot</div><div>P: Begin unmounting /dev/pts...</div><div>P: Begin unmounting filesystems...</div><div>P: Saving caches...</div><div>[2014-11-17 19:21:28] lb source</div><div>binary.img not found!</div><div><br></div><div>root@voyage:~/voyage-live# lb --version</div><div>3.0.5-1</div><div><br></div><div><br></div><div>I finally decided to tackle this error today, as I want to upgrade my embedded systems from ~0.7.x to current.</div><div><br></div><div>Looks like the problem is in the ./build.sh script, when it calls lb config:</div><div><br></div><div>lb config -b usb-hdd --binary-filesystem fat16 --chroot-filesystem squashfs --linux-packages="$VOYAGE_LINUX_PACKAGES"<br></div><div><br></div><div>It looks like the usb-hdd option has been replaced with hdd, and using usb-hdd fails silently.</div><div><br></div><div><div>root@voyage:~/voyage-live# lb config --help</div><div>[2014-11-17 21:25:04] lb config --help</div><div>lb config - create configuration for live-build(7)</div><div><br></div><div>Usage:</div><div><br></div><div>lb config   [--apt apt|aptitude]</div><div>            [-b|--binary-images iso|iso-hybrid|netboot|tar|hdd]<br></div></div><div><br></div><div><br></div><div>And indeed, changing the option in ./build.sh from usb-hdd to hdd does result in a successful .img being generated.</div><div><br></div><div>Hopefully, this can get fixed in the next release. Might also be a good idea to check the rest of the ./build.sh targets to make sure they still work too. :)</div><div><br></div><div><br></div><div>Cheers!</div><div><br></div><div><br></div><div>Lee</div>-- <br><div class="gmail_signature">Lee Woldanski, AScT<br>VE7FET</div>

</div></div>