From 37597b2cb6439cce9571de83218586b0a99e6ea9 Mon Sep 17 00:00:00 2001 From: Junichi Uekawa Date: Wed, 25 Feb 2009 22:08:18 +0900 Subject: add memo on apt-key --- Documentation/pbuilder-doc.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Documentation') diff --git a/Documentation/pbuilder-doc.xml b/Documentation/pbuilder-doc.xml index 4771334..3daee66 100644 --- a/Documentation/pbuilder-doc.xml +++ b/Documentation/pbuilder-doc.xml @@ -943,6 +943,18 @@ cd /var/cache/pbuilder/result/ This way, you can use deb file:/var/cache/pbuilder/result + + To add new apt-key inside chroot: + + + + +sudo pbuilder --login --save-after-login +# apt-key add - <<EOF +...public key goes here... +EOF +# logout + How to get pbuilder to run apt-get update before trying to satisfy build-dependency -- cgit v1.2.3