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
Change-Id: I6aaa5d6cfaea8d2b7e1c80001820d85bf9971a44
Partial-Bug: 1399931
  • Loading branch information
msenthil committed Dec 8, 2014
1 parent 1b21bd9 commit 7215515
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fabfile/tasks/kernel.py
Expand Up @@ -55,6 +55,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 7215515

Please sign in to comment.