X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Fhooks%2Fupdatebase.GRMLBASE;h=65881267e2373c3f11e6b577341148d4c38507bd;hp=7255a2fbc039c39e578048361d2b39d0d632d81f;hb=HEAD;hpb=4aa8458ca4e79ec886f0b8f412f726dd7aa9e735 diff --git a/etc/grml/fai/config/hooks/updatebase.GRMLBASE b/etc/grml/fai/config/hooks/updatebase.GRMLBASE index 7255a2f..6588126 100755 --- a/etc/grml/fai/config/hooks/updatebase.GRMLBASE +++ b/etc/grml/fai/config/hooks/updatebase.GRMLBASE @@ -80,14 +80,5 @@ if [ -n "${WAYBACK_DATE:-}" ] ; then "${target}/etc/apt/sources.list.d/debian.list" fi -# install Grml gpg key: -$ROOTCMD apt-key add /etc/apt/grml.key - -if ! $ROOTCMD test -x /usr/bin/aptitude ; then - echo "aptitude binary is not available, installing to make sure further FAI actions continue to work" - $ROOTCMD apt-get update - $ROOTCMD apt-get -y install aptitude -fi - ## END OF FILE ################################################################# # vim:ft=sh expandtab ai tw=80 tabstop=4 shiftwidth=2