From 4287088ec10822f0df0fde433183c065f2518d10 Mon Sep 17 00:00:00 2001 From: puneetse <22071208+puneetse@users.noreply.github.com> Date: Thu, 14 Feb 2019 15:43:43 -0800 Subject: [PATCH] Add tip on switching git tag --- .../clear-linux/guides/maintenance/kernel-development.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/clear-linux/guides/maintenance/kernel-development.rst b/source/clear-linux/guides/maintenance/kernel-development.rst index ab5869b8..f9e1bc72 100644 --- a/source/clear-linux/guides/maintenance/kernel-development.rst +++ b/source/clear-linux/guides/maintenance/kernel-development.rst @@ -80,8 +80,16 @@ Clone the existing kernel package repository from |CL| as a starting point. You can alternatively use a different kernel variant as the base for modification. For a list of kernel package names which you can clone instead, see the `clearlinux-pkgs GitHub`_. + The latest version of the |CL| kernel package is pulled as a starting + point. An older version can pulled by switching to different git tag with + :command:`git checkout tag/${TAG_NAME}` tag. + + + + + Change the kernel version =========================