Skip to content

Commit

Permalink
Installing linux-headers-3.13.0.35 during kernel upgrade of 14.04
Browse files Browse the repository at this point in the history
Partial-Bug: 1399931

Change-Id: If659cdd057491adc51bdd678129db96a7d4e5089
  • Loading branch information
msenthil committed Dec 8, 2014
1 parent e5e3f3b commit bfa09b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fabfile/tasks/kernel.py
Expand Up @@ -56,6 +56,9 @@ def upgrade_kernel_node(*args):
print "Upgrading the kernel to 3.13.0-34"
apt_install(["linux-image-3.13.0-34-generic"])
elif version == '14.04':
print "Installing 3.13.0-35 kernel headers"
apt_install(["linux-headers-3.13.0-35",
"linux-headers-3.13.0-35-generic"])
print "Upgrading the kernel to 3.13.0-35"
apt_install(["linux-image-3.13.0-35-generic",
"linux-image-extra-3.13.0-35-generic"])

0 comments on commit bfa09b0

Please sign in to comment.