Fabrizio Furnari wrote:
> $ cat config/bootstrap | grep LH_MIRROR
> # $LH_MIRROR_BOOTSTRAP: set mirror to bootstrap from
> LH_MIRROR_BOOTSTRAP="http://ftp.de.debian.org/debian/";
> # $LH_MIRROR_CHROOT: set mirror to fetch packages from
> LH_MIRROR_CHROOT="http://ftp.de.debian.org/debian/";
> # $LH_MIRROR_CHROOT_SECURITY: set security mirror to fetch packages from
> LH_MIRROR_CHROOT_SECURITY="http://security.debian.org/";
> # $LH_MIRROR_BINARY: set mirror which ends up in the image
> LH_MIRROR_BINARY="http://cdn.debian.net/debian/";
> # $LH_MIRROR_BINARY_SECURITY: set security mirror which ends up in the image
> LH_MIRROR_BINARY_SECURITY="http://security.debian.org/";
> $

as you can see here, the first step didn't work for you. that means that
there's somethign wrong with the autoconfig.

are you sure that your version does use auto/config and not the old
location scripts/config?

you can check yourself be doing this:

dan...@daniel:~$ grep -m1 autoconfig \
                 /usr/share/live-helper/helpers/lh_config
if [ "${1}" != "noautoconfig" ] && [ -x auto/config ]
dan...@daniel:~$

if it's saying '[ -x scripts/config ]', then you're using an old version
that is looking for scripts/config, and not auto/config, which explains
why your autoconfig was not used.

unrelated to that, it's recommended to use the newest version available,
which currently is 2.0~a5-1 in sid.

Regards,
Daniel

-- 
Address:        Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:          daniel.baum...@panthera-systems.net
Internet:       http://people.panthera-systems.net/~daniel-baumann/



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to