Copy in the debian gpg keychain
This commit is contained in:
parent
a6cbe933d0
commit
5d104c75ed
@ -68,6 +68,9 @@ export DEBIAN_FRONTEND=noninteractive
|
|||||||
qemu-debootstrap --arch armhf stretch --include locales,init $outmnt http://deb.debian.org/debian
|
qemu-debootstrap --arch armhf stretch --include locales,init $outmnt http://deb.debian.org/debian
|
||||||
chroot $outmnt passwd -d root
|
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
|
#Place the config files and installer script and give them the proper permissions
|
||||||
echo -n PrawnOS-Alpha > $outmnt/etc/hostname
|
echo -n PrawnOS-Alpha > $outmnt/etc/hostname
|
||||||
cp -R $install_resources/ $outmnt/InstallResources/
|
cp -R $install_resources/ $outmnt/InstallResources/
|
||||||
|
Loading…
Reference in New Issue
Block a user