Comment 1 for bug 1672304

Revision history for this message
Ian Wienand (iwienand) wrote :

I'd say the problem is actually that the package hasn't picked up and installed the binary

  bash: /usr/lib/python2.7/dist-packages/diskimage_builder/lib/disk-image-create: No such file or directory

/usr/bin/disk-image-create is an entry-point script provided by setuptools. this calls diskimage_builder.disk_image_create.py:main() which then execs() that script.

I'm not very familiar with the debian packaging of this, but i am familiar with debian packaging in general. If you want to give some details on what rules you're building with maybe we can get to the bottom of this