deb wrote:
I replaced MIRROR by PROXY and it was better. But emsandbox complained about one missing package:Hello, I tried this method to build my rootfs: 1) I edited the file packages.conf to update the following variables: INCLUDE=locales,openssh-server,screen,udev,wpasupplicant,wireless-tools # MIRROR overrides the default emsandbox mirror. This repository will # will be set in /etc/apt/sources.list and will also be used by # debootstrap to obtain all packages for the tarball unless # PROXY is also set. # DEFAULT: http://www.emdebian.org/crush/ MIRROR=http://www.emdebian.org/grip/
fabien@samsung-debian:~/emdebian$ sudo emsandbox -a armel -m arm -v pxa create
Using '/home/fabien/emdebian/' as the Emdebian working directory. Creating an embootstrap armel chroot Using arm:pxa Building armel chroot on i386 to install armel packages. Checking for a user writeable tree in /home/fabien/emdebian/pbuilder/build -> running debootstrap -> cross detected, using foreign.DEBOOTSTRAP_DIR=/usr/share/debootstrap/ debootstrap --include=debconf-shell --verbose --foreign --arch armel unstable /home/fabien/emdebian/pbuilder/build http://www.emdebian.org/grip/ /usr/share/emdebian-tools/emdebian.crossd
I: Retrieving Release . . . I: Checking component main on http://www.emdebian.org/grip... E: Couldn't find these debs: debconf-shell Any hint ? - Fabien