Skip to content

Commit

Permalink
call install_package with -N
Browse files Browse the repository at this point in the history
currently sometimes packages are removed from the isntallation list by
install_packages (e.g. linux-image-generic for Ubuntu 14.04). The
check of the package name using AptPkg is not working corret in some situations.
  • Loading branch information
Thomas Lange committed Nov 27, 2015
1 parent 0566542 commit 69ec83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/fai-mirror
Expand Up @@ -266,7 +266,7 @@ apt-get $qflag $aptoptions update >/dev/null
set-classes
[ $add -eq 1 ] && add_base_packages
echo "Downloading packages for classes:" $classes
FAI=$FAI_CONFIGDIR install_packages -d $vflag
FAI=$FAI_CONFIGDIR install_packages -N -d $vflag
umount_dirs
trap "" EXIT ERR
[ $add -eq 0 ] && delete_base_packages
Expand Down

0 comments on commit 69ec83a

Please sign in to comment.