Skip to content

Commit

Permalink
the local mirror is insecure, since it's not signed
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed Oct 31, 2017
1 parent 7970c03 commit acfaeba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/fai-cd
Expand Up @@ -332,7 +332,7 @@ EOF
for i in $dists ; do
comp=$(find $mirrordir/dists/$i -maxdepth 2 -type d -name "binary-*" | \
sed -e "s#$mirrordir/*dists/$i/##" -e 's#/binary-.*##' | uniq | tr '\n' " ")
echo "deb file:/media/mirror $i $comp" >> $tmp/squashfs-root/LiveOS/mounted-ext3fs/etc/apt/sources.list
echo "deb [allow-insecure=yes] file:/media/mirror $i $comp" >> $tmp/squashfs-root/LiveOS/mounted-ext3fs/etc/apt/sources.list
done

}
Expand Down

0 comments on commit acfaeba

Please sign in to comment.