debian-installer: populate apt keyring
This commit is contained in:
parent
4eac9b4971
commit
125682b240
1 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,8 @@ Dir::Etc::Trusted "${LOCAL_APT}/etc/trusted.gpg";
|
||||||
Acquire::ForceIPv4 "true";
|
Acquire::ForceIPv4 "true";
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
cp $DATA/../keyring.gpg ${LOCAL_APT}/etc/trusted.gpg
|
||||||
|
|
||||||
cat << EOF > ${LOCAL_APT}/etc/apt.sources_${CODENAME}.list
|
cat << EOF > ${LOCAL_APT}/etc/apt.sources_${CODENAME}.list
|
||||||
deb $LOCALMIRROR $CODENAME main
|
deb $LOCALMIRROR $CODENAME main
|
||||||
deb $LOCALMIRROR $CODENAME-updates main
|
deb $LOCALMIRROR $CODENAME-updates main
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue