mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
EC2: Use latest ixgbevf driver
This commit is contained in:
parent
7c15a4255d
commit
5f9bef37ed
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class InstallEnhancedNetworking(Task):
|
|||
|
||||
@classmethod
|
||||
def run(cls, info):
|
||||
version = '2.15.3'
|
||||
version = '2.16.1'
|
||||
drivers_url = 'http://downloads.sourceforge.net/project/e1000/ixgbevf stable/%s/ixgbevf-%s.tar.gz' % (version, version)
|
||||
archive = os.path.join(info.root, 'tmp', 'ixgbevf-%s.tar.gz' % (version))
|
||||
module_path = os.path.join(info.root, 'usr', 'src', 'ixgbevf-%s' % (version))
|
||||
|
|
Loading…
Add table
Reference in a new issue