On 03/03/16 06:19 PM, rootsical wrote: > hi. i'm having the following problem when trying to build: > [2016-03-03 19:46:25] lb binary_disk > P: Begin installing disk information... > cp: cannot stat > '/usr/share/live/build/data/debian-cd/testing/amd64_netinst_udeb_include': > No such file or directory ... > i have an auto/config file with the following: > #!/bin/sh > > set -e > > lb config noauto \ > --apt-recommends false \ > --architecture amd64 \ > --clean \ > --debian-installer live \ > --distribution testing \
You must not specify --distribution testing, but must always use codenames, e.g. --distribution stretch, as indicated both in the lb_config man page and in live-manual. Ben
