[elbe-devel] [PATCH] init default-init.xml: remove backports kernel from pkg list

Torben Hohn torben.hohn at linutronix.de
Tue Apr 9 13:15:45 CEST 2019


19a6a0cd6b59 ("init: bump initvm kernel version to jessie-backports")
switched the kernel to the jessie-backports kernel, to obtain
a 4.9 kernel to fix msgs like:

---------------------------------------------------------------
kvm_put_msrs: Assertion `ret == cpu->kvm_msr_buf->nmsrs'
---------------------------------------------------------------

stretch already has a 4.9 kernel, so this is not necessary anymore.

linux-image-amd64 from stretch-backports is currently subject to a
transition, and is broken. Since we dont need it, fall back to the
stretch kernel installed by the installer, and stay there.

examples/elbe-init-big-machine.xml is also fixed.

Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
 elbepack/init/default-init.xml     | 1 -
 examples/elbe-init-big-machine.xml | 1 -
 2 files changed, 2 deletions(-)

diff --git a/elbepack/init/default-init.xml b/elbepack/init/default-init.xml
index c8bd05ca..bf4f6209 100644
--- a/elbepack/init/default-init.xml
+++ b/elbepack/init/default-init.xml
@@ -50,7 +50,6 @@
 		<pkg-list>
 			<pkg>openssh-server</pkg>
 			<pkg pin="stretch-backports">debootstrap</pkg>
-			<pkg pin="stretch-backports">linux-image-amd64</pkg>
 			<pkg pin="stretch-backports">pbuilder</pkg>
 		</pkg-list>
 		<preseed>
diff --git a/examples/elbe-init-big-machine.xml b/examples/elbe-init-big-machine.xml
index 10d1979e..ca24d174 100644
--- a/examples/elbe-init-big-machine.xml
+++ b/examples/elbe-init-big-machine.xml
@@ -50,7 +50,6 @@
 		<pkg-list>
 			<pkg>openssh-server</pkg>
 			<pkg pin="stretch-backports">debootstrap</pkg>
-			<pkg pin="stretch-backports">linux-image-amd64</pkg>
 			<pkg pin="stretch-backports">pbuilder</pkg>
 		</pkg-list>
 		<preseed>
-- 
2.11.0




More information about the elbe-devel mailing list