Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

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.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.