From b426a335b7c4cae246ca6d4f0ffaf156b334b07f Mon Sep 17 00:00:00 2001 From: Evgeny L Date: Mon, 4 Feb 2019 17:30:30 +0000 Subject: [PATCH] Update kernel version in the doc Make kernel version in the example to be consistent with the rest of the document. Change-Id: Ib5b00c850b5ecca0bdb3559763e049f8e1f6b3cf --- doc/source/authoring_and_deployment.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/authoring_and_deployment.rst b/doc/source/authoring_and_deployment.rst index 6118ddad4..b3be834de 100644 --- a/doc/source/authoring_and_deployment.rst +++ b/doc/source/authoring_and_deployment.rst @@ -619,14 +619,14 @@ e.g.: kernel_params: kernel_package: 'linux-image-4.15.0-34-generic' -In this example, the kernel version is ``4.13.0-43-generic``. Define any proxy +In this example, the kernel version is ``4.15.0-34-generic``. Define any proxy environment variables needed for your environment to reach public ubuntu package repos, and install the matching kernel on the Genesis host (make sure to run on Genesis host, not on the build host): :: - sudo apt -y install 4.13.0-43-generic + sudo apt -y install 4.15.0-34-generic Check the installed packages on the genesis host with ``dpkg --list``. If there are any later kernel versions installed, remove them with