mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
update intel ixgbevf url
This commit is contained in:
parent
105ff17e08
commit
c1d9f5d50b
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ class InstallEnhancedNetworking(Task):
|
||||||
from bootstrapvz.common.releases import stretch
|
from bootstrapvz.common.releases import stretch
|
||||||
if info.manifest.release >= stretch:
|
if info.manifest.release >= stretch:
|
||||||
version = '4.2.1'
|
version = '4.2.1'
|
||||||
drivers_url = 'https://downloadmirror.intel.com/18700/eng/ixgbevf-4.2.1.tar.gz'
|
drivers_url = 'https://downloadmirror.intel.com/27160/eng/ixgbevf-4.2.1.tar.gz'
|
||||||
else:
|
else:
|
||||||
version = '3.2.2'
|
version = '3.2.2'
|
||||||
drivers_url = 'https://downloadmirror.intel.com/26561/eng/ixgbevf-3.2.2.tar.gz'
|
drivers_url = 'https://downloadmirror.intel.com/26561/eng/ixgbevf-3.2.2.tar.gz'
|
||||||
|
|
Loading…
Add table
Reference in a new issue