diff options
author | Serge Schneider <[email protected]> | 2017-05-10 13:08:02 +0100 |
---|---|---|
committer | Serge Schneider <[email protected]> | 2017-05-10 13:09:20 +0100 |
commit | 8e377c407fff9469df598b8013ea36b81b1242bb (patch) | |
tree | 79309409d1ff89ca4536c856560cf0e94f0ba63c /scripts | |
parent | 4e5dc43a36ea0f0512fd67c432e5df7aadab19ed (diff) |
stage0: Verify Releases during bootstrap
Fixes #5
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/common b/scripts/common index bd18a07..74f9c4c 100644 --- a/scripts/common +++ b/scripts/common @@ -16,8 +16,8 @@ bootstrap(){ fi capsh --drop=cap_setfcap -- -c "${BOOTSTRAP_CMD} --components=main,contrib,non-free \ - --arch armhf\ - --no-check-gpg \ + --arch armhf \ + --keyring "${STAGE_DIR}/files/raspberrypi.gpg" \ $1 $2 $3" } export -f bootstrap |