Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for unsigned kernel images #30

Merged

Conversation

guyfleeman
Copy link
Contributor

The Ubuntu Kernel team has changed default naming to linux-image-unsigned (denoting unsigned kernels) from the old denoting of signed images as linux-signed-image. All rc builds are obviously not endorsed by Canonical Ltd and therefore are not signed as official images. This requires some change to the names of the deb archives the KernelUpdateScriptGenerator places in the generated install script.

For now this only seems to impact amd64 and ppc64el, but ppc64el support isn't complete yet and I have no way to test it. This changes the fetch names only for amd64 architectures on kernels after 4.17-rc1 where this change first appears in rc2. This is done with a datetime check denoted by VER_B in the script.

Ask Ubuntu Thread
Ubuntu Kernel Team Mail Thread (sortof)

@Astralix
Copy link

Astralix commented Jun 5, 2018

Tested that commit by pulling and merging locally and it works like a charm. Could anyone with write permission to the original repo pulll and merge that change, please?

@GM-Script-Writer-62850 GM-Script-Writer-62850 merged commit 2ecfa0d into GM-Script-Writer-62850:master Jun 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants