I try to debootstrap my pendrive. I have managed install on the device Debian before but now I want to use mirror repository prepared with apt-move. There is problem with signatures.
What I tried:
http://ftp.pl.debian.org/debian/dists/testing/Release.gpg copy to mirror/dist/testing debootstrap testing /mnt/usb1 file:///mirror I get "E: Invalid Release signature (key id AED4B06F473041FA)"
debootstrap --keyring=/etc/apt/trustdb.gpg testing /mnt/usb1 file:///home/mirror I get "E: Failed getting release signature file file:///mirror/dists/testing/Release.gpg"
debootstrap --keyring='apt-key export 65FFB764' testing /mnt/usb1 file:///mirror the same what above.
I really don't understand what is the signature file policy I just wander how to get through this obstacle.
Any hint 'd be appreciated.