From 5d104c75eda2ba604e2e39887e0df7b09e14a5f5 Mon Sep 17 00:00:00 2001 From: SolidHal Date: Wed, 12 Sep 2018 18:17:20 -0500 Subject: [PATCH] Copy in the debian gpg keychain --- scripts/buildDebianFs.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/buildDebianFs.sh b/scripts/buildDebianFs.sh index 4b0abd9..b97d097 100755 --- a/scripts/buildDebianFs.sh +++ b/scripts/buildDebianFs.sh @@ -68,6 +68,9 @@ export DEBIAN_FRONTEND=noninteractive qemu-debootstrap --arch armhf stretch --include locales,init $outmnt http://deb.debian.org/debian chroot $outmnt passwd -d root +#Copy in the gpg key +cp $build_resources/debian-archive-keyring.gpg /usr/share/keyrings/debian-archive-keyring.gpg + #Place the config files and installer script and give them the proper permissions echo -n PrawnOS-Alpha > $outmnt/etc/hostname cp -R $install_resources/ $outmnt/InstallResources/