Added default void RSA pubkey to avoid interactivity in binary-bootstrap.

This commit is contained in:
Juan RP 2014-07-01 18:43:48 +02:00
parent 4e0cc5290f
commit 6c5c1eb060
2 changed files with 14 additions and 0 deletions

View file

@ -245,6 +245,8 @@ install_bbotstrap() {
_subarch="-${XBPS_TARGET_PKG#*-}"
fi
fi
mkdir -p $XBPS_MASTERDIR/var/db/xbps/keys
cp -f $XBPS_COMMONDIR/repo-keys/*.plist $XBPS_MASTERDIR/var/db/xbps/keys
${_bootstrap_arch} xbps-install -S --repository=${XBPS_REPOSITORY} \
${XBPS_INSTALL_ARGS} -c ${XBPS_HOSTDIR}/repocache \
-r $XBPS_MASTERDIR -y base-chroot${_subarch}