add xenial support with basic debian parity
[automated-distro-installer] / fai / config / scripts / LAST / 50-misc
index 11bafd52d33033b11c23113fb16de7b091cb13db..232b0c807d2feb1f3edeb84b49c5cd58655d1fdf 100755 (executable)
@@ -46,7 +46,7 @@ if [ $do_init_tasks -eq 1 ] ; then
 fi
 
 # Make sure everything is configured properly
-if ifclass DEBIAN ; then
+if ifclass DEBIAN || ifclass UBUNTU; then
         echo "Running \"apt-get -f install\" for the last time."
         $ROOTCMD apt-get -f install
 fi