Update kernel version in the doc

Make kernel version in the example to be consistent with
the rest of the document.

Change-Id: Ib5b00c850b5ecca0bdb3559763e049f8e1f6b3cf
This commit is contained in:
Evgeny L 2019-02-04 17:30:30 +00:00
parent f2c0f4c855
commit b426a335b7
1 changed files with 2 additions and 2 deletions

View File

@ -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