From e2bca9fb1f1f863d26b6c7365cae637476d02f9f Mon Sep 17 00:00:00 2001 From: Kaspars Skels Date: Tue, 17 Sep 2019 14:25:23 -0500 Subject: [PATCH] Update genesis kernel install section Guide users to install tested and matching kernel to the host profiles that are provided by treasuremap. Change-Id: I849285f9ea9009687a81039bd752a9874d4ac4f9 --- doc/source/authoring_and_deployment.rst | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/doc/source/authoring_and_deployment.rst b/doc/source/authoring_and_deployment.rst index f535f8db5..34699bf9e 100644 --- a/doc/source/authoring_and_deployment.rst +++ b/doc/source/authoring_and_deployment.rst @@ -615,25 +615,11 @@ definition used to deploy other control plane nodes by searching for kernel_params: kernel_package: 'linux-image-4.15.0-46-generic' -It is recommended to install the latest kernel. Check the latest -available kernel, update the site specs and regenerate collected -YAML files. - -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): - -To install the latest hwe-16.04 kernel: +It is recommended to install matching (and previously tested) kernel .. code-block:: bash - sudo apt-get install --install-recommends linux-generic-hwe-16.04 - -To install the latest ga-16.04 kernel: - -.. code-block:: bash - - sudo apt-get install --install-recommends linux-generic + sudo apt-get install linux-image-4.15.0-46-generic Check the installed packages on the genesis host with ``dpkg --list``. If there are any later kernel versions installed, remove them with