Skip to content
Snippets Groups Projects
Commit 67cbf23d authored by Roman Shaposhnik's avatar Roman Shaposhnik Committed by Ariadne Conill
Browse files

Adding freshly minted abuild keys to the CBUILDROOT


When bootstrapping we need to have access to the freshly
minted abuild keys in the CBUILDROOT. While this can
potentially be done as a separate step it doesn't really
hurt to include it in the bootstrap.sh script.

Signed-off-by: default avatarRoman Shaposhnik <rvs@zededa.com>
parent 86eead59
No related branches found
No related tags found
1 merge request!21622Updating bootstrap.sh based on riscv64 port
......@@ -60,7 +60,7 @@ fi
if [ ! -d "$CBUILDROOT" ]; then
msg "Creating sysroot in $CBUILDROOT"
mkdir -p "$CBUILDROOT/etc/apk/keys"
cp -a /etc/apk/keys/* "$CBUILDROOT/etc/apk/keys"
cp -a /etc/apk/keys/* ~/.abuild/*.pub "$CBUILDROOT/etc/apk/keys"
${SUDO_APK} add --quiet --initdb --arch $TARGET_ARCH --root $CBUILDROOT
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment