Skip to content

Commit

Permalink
first get base packages and those in /etc/fai/NFSROOT
Browse files Browse the repository at this point in the history
the changed order also makes sources.list contain all entries
  • Loading branch information
Thomas Lange committed Jun 12, 2015
1 parent ed557af commit 1a10b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/fai-mirror
Expand Up @@ -257,9 +257,9 @@ echo "Getting package information"
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
[ $add -eq 1 ] && add_base_packages
umount_dirs
trap "" EXIT ERR
[ $add -eq 0 ] && delete_base_packages
Expand Down

0 comments on commit 1a10b41

Please sign in to comment.