Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
kernel plugin: vmlinuz -> kernel.img hard link #748
+2
−3
Conversation
|
Can you update the unit tests for this case? |
sergiusens
reviewed
Aug 24, 2016
| @@ -311,6 +311,7 @@ def _copy_vmlinuz(self): | ||
| os.link(src, dst) | ||
| # why oh why? | ||
| os.link(src, os.path.join(self.installdir, 'vmlinuz')) |
sergiusens
Aug 24, 2016
Collaborator
that should come later if needed. This plugin is full of os.link calls ;-)
|
Ok, i removed the vmlinuz hard link, the comment and i've pushed again - once this get in, we might rewrite to use symlinks instead of hard links. |
sergiusens
merged commit f77341d
into
snapcore:master
Aug 31, 2016
piso77
deleted the
piso77:kernel_dot_img_rename
branch
Feb 17, 2017
pushed a commit
to kalikiana/snapcraft
that referenced
this pull request
Apr 6, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
piso77 commentedAug 22, 2016
Adhere to the new naming scheme decided in Heidelberg, and create a kernel.img copy of vmlinuz.
Signed-off-by: Paolo Pisati paolo.pisati@canonical.com