From c8450b05248f0ccb03edc1ba9310a19a371a7f62 Mon Sep 17 00:00:00 2001 From: kranthikirang Date: Fri, 22 Mar 2019 18:27:49 -0400 Subject: [PATCH] Fix install 4.15.0-34-generic Change-Id: I2fb1c27f19468de2351186f74bded5013097626f --- doc/source/authoring_and_deployment.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/source/authoring_and_deployment.rst b/doc/source/authoring_and_deployment.rst index e1e883e94..f689de60a 100644 --- a/doc/source/authoring_and_deployment.rst +++ b/doc/source/authoring_and_deployment.rst @@ -562,7 +562,10 @@ to run on Genesis host, not on the build host): :: - sudo apt -y install 4.15.0-34-generic + sudo apt -y install linux-modules-4.15.0-34-generic \ + linux-modules-extra-4.15.0-34-generic \ + linux-image-4.15.0-34-generic linux-headers-4.15.0-34-generic \ + linux-headers-4.15.0-34 Check the installed packages on the genesis host with ``dpkg --list``. If there are any later kernel versions installed, remove them with