From 8418b50d8bb288107592e7badf0ce20647f1a249 Mon Sep 17 00:00:00 2001
From: Francis Rowe
$ gpg --recv-keys
+ Download the SHA512 manifest and it's corresponding GPG signature + for the release that you are using, and put them in a directory. + Put the src, util and docs archives in the root of that directory, + alongside the SHA512 manifest file. + Put your ROM image archives under rom/ in that directory. + Put your crossgcc tarballs under crossgcc/ in that directory. +
+
+ After you've done this, verify the SHA512 checksums:
+ $ sha512sum -c sha512sum.txt
+
- You can verify the downloaded archives as follows:
- $ for signature in $(ls *.sig); do gpg --verify $signature; done
+ You can verify the downloaded SHA512 manifest as follows:
+ $ gpg --verify sha512sum.txt.gpg