Skip to content

Commit 8e377c4

Browse files
committed
stage0: Verify Releases during bootstrap
Fixes RPi-Distro#5
1 parent 4e5dc43 commit 8e377c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/common

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ bootstrap(){
1616
fi
1717

1818
capsh --drop=cap_setfcap -- -c "${BOOTSTRAP_CMD} --components=main,contrib,non-free \
19-
--arch armhf\
20-
--no-check-gpg \
19+
--arch armhf \
20+
--keyring "${STAGE_DIR}/files/raspberrypi.gpg" \
2121
$1 $2 $3"
2222
}
2323
export -f bootstrap

stage0/files/raspberrypi.gpg

2.37 KB
Binary file not shown.

0 commit comments

Comments
 (0)