-
60666b0...
by
Kleber Sacilotto de Souza
-
Revert "install {amd64,intel}-microcode as part of the kernel snap"
BugLink: http://bugs.launchpad.net/bugs/1738259
This reverts commit 09bb9bd7dfaae371f40c413c87547effd9bda716.
Signed-off-by: Kleber Sacilotto de Souza <email address hidden>
-
09bb9bd...
by
Michael Vogt
-
install {amd64,intel}-microcode as part of the kernel snap
To protect against spectre v2 updated microcode is needed.
Ensure this is available inside the kernel snaps initramfs.
Signed-off-by: Paolo Pisati <email address hidden>
-
54e679e...
by
Paolo Pisati
-
apt pinning: explicit the priority for every procket
Signed-off-by: Paolo Pisati <email address hidden>
-
8930dbe...
by
Kleber Sacilotto de Souza
-
deb to snap: fix -security/-updates pinning
Signed-off-by: Kleber Sacilotto de Souza <email address hidden>
-
8e93197...
by
Kleber Sacilotto de Souza
-
deb to snap: remove -updates and -security for snappy-dev/image/ubuntu
These repositories cannot be used:
W: The repository 'http://ppa.launchpad.net/snappy-dev/image/ubuntu
xenial-security Release' does not have a Release file.
Signed-off-by: Kleber Sacilotto de Souza <email address hidden>
-
d0bae27...
by
Kleber Sacilotto de Souza
-
deb to snap: fix apt pinning definition
Remove the unnecessary 'undef's introduced by
7c15019347a0af0c0dcdc537c08c0c380d87bf1d.
Signed-off-by: Kleber Sacilotto de Souza <email address hidden>
-
7c15019...
by
Andy Whitcroft
-
apt-pinning: let us get packages from -updates and -security
Signed-off-by: Andy Whitcroft <email address hidden>
-
fece41b...
by
Paolo Pisati
-
deb to snap: recurse down to find the real kernel image package, and chek its version
Signed-off-by: Paolo Pisati <email address hidden>
Acked-by: Kleber Sacilotto de Souza <email address hidden>
Acked-by: Stefan Bader <email address hidden>
Acked-by: Andy Whitcroft <email address hidden>
Signed-off-by: Kleber Sacilotto de Souza <email address hidden>
-
05fe7d4...
by
Paolo Pisati
-
deb to snap: better apt-pinning, use $RELEASE everywhere and explicitly exclude linux-firmware from -proposed
Signed-off-by: Paolo Pisati <email address hidden>
Acked-by: Kleber Sacilotto de Souza <email address hidden>
Acked-by: Stefan Bader <email address hidden>
Acked-by: Andy Whitcroft <email address hidden>
Signed-off-by: Kleber Sacilotto de Souza <email address hidden>
-
0ca49a9...
by
Paolo Pisati
-
deb to snap: use apt-pinning to install just the kernel from -proposed
In the target kernel branch (e.g. pc-kernel), enable the proposed
repository and point the kernel version to the one present
in proposed:
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,5 +1,5 @@
name: pc-kernel
-version: 4.4.0.96.101
+version: 4.4.0.97.102
summary: generic linux kernel
description: The generic Ubuntu kernel package as a snap
type: kernel
@@ -13,6 +13,7 @@ parts:
plugin: make
make-parameters:
- KERNEL=linux-pc-image
+ - PROPOSED=true
build-packages:
- debootstrap
- lsb-release
Signed-off-by: Paolo Pisati <email address hidden>
Acked-by: Kleber Sacilotto de Souza <email address hidden>
Acked-by: Stefan Bader <email address hidden>
Signed-off-by: Kleber Sacilotto de Souza <email address hidden>