From 74320c2233e8b8ea22b7cbe1315d8415ba9e80aa Mon Sep 17 00:00:00 2001 From: Jonathan Maple Date: Mon, 29 Jan 2024 18:27:10 -0500 Subject: [PATCH] FIXUP - Kernel Package The Bullets rendered correctly in Markdown viewers but not in mkdocs rendered. There needs to be full blank lines to start the itemized list. --- docs/packages/kernel.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/packages/kernel.md b/docs/packages/kernel.md index aeefac2..68cfe5c 100644 --- a/docs/packages/kernel.md +++ b/docs/packages/kernel.md @@ -27,7 +27,9 @@ The RESF primary purpose is to rebuild and debrand a 1:1 bug replica of RHEL and ## Developer Process The general process by the RESF was not initially created with ad-hoc development in mind but rather pulling entire branches from upstream into the current RESF base releases. The following is to provide a general guide on how to develop with `srpmproc` as the `SIG/CLOUD` dist-git is not to be modified directly for development support. -Basic Process + +Basic Process: + 1. Clone `sig/cloud/patch/kernel` repo 2. Run Local `srpmproc` 3. Build local git repo for kernel source