X-Git-Url: https://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=etc%2Fgrml%2Ffai%2Fconfig%2Fhooks%2Finstsoft.GRMLBASE;h=de5055ced52bef7a9f7e0b641249016ca8284dcf;hb=fc2735ee93824a987edb05e51979ece9a58d0c39;hp=1e0b7caec4f5ab83c3d4b8143f78275dcfa2da41;hpb=1370165b4b9780c2a0a46d72dc12fae343d9f67e;p=grml-live.git diff --git a/etc/grml/fai/config/hooks/instsoft.GRMLBASE b/etc/grml/fai/config/hooks/instsoft.GRMLBASE index 1e0b7ca..de5055c 100755 --- a/etc/grml/fai/config/hooks/instsoft.GRMLBASE +++ b/etc/grml/fai/config/hooks/instsoft.GRMLBASE @@ -93,10 +93,13 @@ echo "APT::Install-Recommends "false"; // added by grml-live" >> $target/etc/a # Notice: deprecated since aptitude (0.4.11-1): echo "Aptitude::Recommends-Important "false"; // added by grml-live" >> $target/etc/apt/apt.conf -# install grml gpg keys: +# install all present (but at least the grml) gpg keys: if [ -r /etc/grml/fai/files/etc/apt/grml.key ] ; then - cp /etc/grml/fai/files/etc/apt/grml.key $target/etc/apt/grml.key - $ROOTCMD apt-key add /etc/apt/grml.key + for file in /etc/grml/fai/files/etc/apt/*.key ; do + FILE="$(basename $file)" + cp $file $target/etc/apt/"$FILE" + $ROOTCMD apt-key add /etc/apt/"$FILE" + done else gpg --keyserver subkeys.pgp.net --recv-keys F61E2E7CECDEA787 || \ gpg --keyserver blackhole.pca.dfn.de --recv-keys F61E2E7CECDEA787