emojifreak / qemu-arm-image-builder

Shell scripts to build Linux images for QEMU ARM emulator
GNU Lesser General Public License v2.1
14 stars 9 forks source link

failing mmdebstrap and apt-get update #5

Open pfk-beta opened 9 months ago

pfk-beta commented 9 months ago

some repositories are not signed (there is an error about GPG). See https://manpages.debian.org/testing/mmdebstrap/mmdebstrap.1.en.html#BUGS . To solve the problem, you may want to add this options (common-part.sh). This is security risk, but it works.

mmdebstrap -v \
  --aptopt='Acquire::AllowInsecureRepositories "1"' \
  --aptopt='APT::Get::AllowUnauthenticated "1"' \