Update changelog, log the executed FAI command line to /var/log/grml-live.log
[grml-live.git] / etc / grml / fai / config / hooks / instsoft.GRMLBASE
index 1580f38..def9e17 100755 (executable)
@@ -62,19 +62,6 @@ EOF
       fi
       cp /etc/grml/fai/apt/sources.list $target/etc/apt/sources.list
    fi
-
-   # FAI softupdate does not execute upgrade, so let's do it on our own:
-#   $ROOTCMD apt-get update
-#   if [ -x $target/usr/bin/aptitude ] ; then
-#      if strings $target/usr/bin/aptitude | grep safe-upgrade 1>/dev/null ; then
-#         $ROOTCMD aptitude -y safe-upgrade
-#      else
-#         $ROOTCMD aptitude -y upgrade
-#      fi
-#   else
-#      $ROOTCMD apt-get -y upgrade
-#   fi
-
 else # no softupdate but fresh installation
 
 # work around http://trac.lighttpd.net/trac/ticket/657