diff options
author | Junichi Uekawa <dancer@netfort.gr.jp> | 2009-02-25 22:08:18 +0900 |
---|---|---|
committer | Junichi Uekawa <dancer@netfort.gr.jp> | 2009-02-25 22:08:18 +0900 |
commit | 37597b2cb6439cce9571de83218586b0a99e6ea9 (patch) | |
tree | ac1aaee1fae5d207df794d4a72b17c107cfac01a /Documentation | |
parent | 5e7feda5de73839dd71fcd3e4f6b10adc78d1c0b (diff) | |
download | pbuilder-37597b2cb6439cce9571de83218586b0a99e6ea9.tar pbuilder-37597b2cb6439cce9571de83218586b0a99e6ea9.tar.gz |
add memo on apt-key
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/pbuilder-doc.xml | 12 |
1 files changed, 12 insertions, 0 deletions
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/ <para> This way, you can use <filename>deb file:/var/cache/pbuilder/result</filename> </para> + <para> + To add new apt-key inside chroot: + <!-- from http://ubuntuforums.org/archive/index.php/t-696820.html --> + </para> + <para> + <screen> +sudo pbuilder --login --save-after-login +# apt-key add - <<EOF +...public key goes here... +EOF +# logout +</screen></para> </sect1> <sect1 id="apt-getupdateonbuild-depend"> <title>How to get pbuilder to run apt-get update before trying to satisfy build-dependency</title> |