Ubuntu Pastebin

Paste from flag at Tue, 9 Aug 2016 15:25:59 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
diff --git a/snapcraft/plugins/kernel.py b/snapcraft/plugins/kernel.py
index e4fd751..312d500 100644
--- a/snapcraft/plugins/kernel.py
+++ b/snapcraft/plugins/kernel.py
@@ -311,6 +311,7 @@ class KernelPlugin(kbuild.KBuildPlugin):
         os.link(src, dst)
         # why oh why?
         os.link(src, os.path.join(self.installdir, 'vmlinuz'))
+        os.link(src, os.path.join(self.installdir, 'kernel.img')) 
 
     def _copy_system_map(self):
         src = os.path.join(self.builddir, 'System.map')
Download as text