[Kernel-handbook-general] [PATCH 1/1] Adds a bit from the wiki page which should be in this doc http://wiki.debian.org/BuildingKernelFromUpstreamSources

Karl Goetz karl at kgoetz.id.au
Mon May 30 00:49:17 UTC 2011


---
 chapter-common-tasks.sgml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/chapter-common-tasks.sgml b/chapter-common-tasks.sgml
index fc73e9d..0e87960 100644
--- a/chapter-common-tasks.sgml
+++ b/chapter-common-tasks.sgml
@@ -375,6 +375,11 @@ $ wget http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.19.tar.bz2
           <example>
 $ wget http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.19.tar.bz2.sign
           </example>
+          If you don't yet have it, you will need the GPG used for signing
+          (at the time of writing it was 517D0F0E)
+          <example>
+gpg --recv-keys 517D0F0E
+          </example>
           and running the <tt>gnupg</tt> command (<tt>gnupg</tt> package must be installed):
           <example>
 $ gpg --verify linux-2.6.19.tar.bz2.sign
-- 
1.7.2.5




More information about the Kernel-handbook-general mailing list