Hi, creating chroot needs only Debian and Ubuntu keys ... that has been addressed by cdebootstrap and loading ubuntu keyring.
But updating chroot needs backports.org key within chroot. I created E11backportkey #!/bin/sh apt-get -y install wget wget -O - http://backports.org/debian/archive.key | apt-key add - apt-get -y update apt-get -y dist-upgrade This seems to work... I still have problem installing debhelper .... ? I see there were sarge-backports but there is no etch-backports. I guess I need to install from testing and hope it does not break. Time to sleep. Osamu -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]