Skip to content
Snippets Groups Projects
Commit 125682b2 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

debian-installer: populate apt keyring

parent 4eac9b49
No related branches found
No related tags found
No related merge requests found
Pipeline #768 passed
......@@ -38,6 +38,8 @@ Dir::Etc::Trusted "${LOCAL_APT}/etc/trusted.gpg";
Acquire::ForceIPv4 "true";
EOF
cp $DATA/../keyring.gpg ${LOCAL_APT}/etc/trusted.gpg
cat << EOF > ${LOCAL_APT}/etc/apt.sources_${CODENAME}.list
deb $LOCALMIRROR $CODENAME main
deb $LOCALMIRROR $CODENAME-updates main
......
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