thanks
This bug has been introduced on versions > ver. 0.10 (7488233919c0df51da7faa71697959b7bbcc0be7) Neil Williams: > As specified in the manpage, without the command line this bug report > is mostly useless. Please include the full command line given to > vmdebootstrap. Also, use the logging support in vmdebootstrap and > attach to this bug report as it includes the full config of the call to > vmdebootstrap. > > https://vmdebootstrap.alioth.debian.org/doc/overview.html#logging This is an excerpt of the debug log level (--log-level debug): INFO EEEK! Something bad happened... INFO command failed: ['debootstrap', '--arch=armel', '--include=kmod,linux-image-armel,less,openssh-server,ntp,screen,sudo,tcpdump,ca-certificates,netbase,lsb-release,wget,curl,haveged,git-core,acpid,binutils', 'jessie', '/tmp/tmpho78Ue', 'http://httpredir.debian.org/debian'] I: Retrieving Release%G•%@ I: Retrieving Release.gpg%G•%@ I: Checking Release signature I: Valid Release signature (key id 75DDC3C4A499F1A18CB5F3C8CBF8D6FD518E17E1) I: Retrieving Packages%G•%@ I: Validating Packages%G•%@ I: Resolving dependencies of required packages... I: Resolving dependencies of base packages... I: Found additional required dependencies: acl adduser dmsetup insserv libaudit1 libaudit-common libbz2-1.0 libcap2 libcap2-bin libcryptsetup4 libdb5.3 libdebconfclient0 libdevmapper1.02.1 libgcrypt20 libgpg-error0 libkmod2 libncursesw5 libprocps3 libsemanage1 libsemanage-common libslang2 libsystemd0 libudev1 libustr-1.0-1 procps systemd systemd-sysv udev%G•%@ I: Found additional base dependencies: git git-man libbsd0 libcurl3 libcurl3-gnutls libdns-export100 libedit2 liberror-perl libexpat1 libffi6 libgmp10 libgnutls-deb0-28 libgnutls-openssl27 libgssapi-krb5-2 libhavege1 libhogweed2 libicu52 libidn11 libirs-export91 libisccfg-export90 libisc-export95 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libmnl0 libnetfilter-acct1 libnettle4 libnfnetlink0 libopts25 libp11-kit0 libpcap0.8 libpsl0 libpython2.7-minimal libpython2.7-stdlib libpython-stdlib librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 libtasn1-6 libwrap0 mime-support openssh-client openssh-sftp-server openssl perl perl-modules python python2.7 python2.7-minimal python-minimal%G•%@ I: Checking component main on http://httpredir.debian.org/debian... E: Couldn't find these debs: linux-image-armel > Please include the full command line. How vmdebootstrap is called: DEB_RELEASE="jessie" HOSTNAME_IMG="hostname" ARCH="armel" APT_MIRROR="http://httpredir.debian.org/debian" MIRROR="http://httpredir.debian.org/debian" TODAY=`date +%Y%m%d-%H%M` USER="user" PASS="pass" export APT_MIRROR vmdebootstrap \ --arch ${ARCH} \ --log `pwd`/images/image-build-${TODAY}-${ARCH}.log \ --distribution ${DEB_RELEASE} \ --apt-mirror ${APT_MIRROR} \ --mirror ${MIRROR} \ --image `pwd`/images/image-${TODAY}-${ARCH}.img \ --size 3900M \ --bootsize 128M \ --boottype vfat \ --log-level debug \ --verbose \ --no-extlinux \ --roottype ext4 \ --lock-root-password \ --no-kernel \ --user ${USER}/${PASSWD} \ --sudo \ --hostname ${HOSTNAME_IMG} \ --enable-dhcp \ --package netbase \ --package ntp \ --package less \ --package openssh-server \ --package screen \ --package git-core \ --package binutils \ --package ca-certificates \ --package wget \ --package kmod \ --package curl \ --package haveged \ --package lsb-release \ --package tcpdump \ --configure-apt \ "$@"