31 lines
999 B
Diff
31 lines
999 B
Diff
|
|
From 27d0a22c8abbba12e6146f3f389dd28b0fa862dd Mon Sep 17 00:00:00 2001
|
||
|
|
From: Ryan Sullivan <rysulliv@redhat.com>
|
||
|
|
Date: Wed, 26 Apr 2023 10:44:04 -0400
|
||
|
|
Subject: [PATCH] INSTALL.md: update OpenEuler prereqs formatting
|
||
|
|
|
||
|
|
Shrink the size of the sub-section header below the OpenEuler section,
|
||
|
|
reducing confusion as to what section that is a part of, as it is only
|
||
|
|
necessary for OpenEuler machines.
|
||
|
|
|
||
|
|
Signed-off-by: Ryan Sullivan <rysulliv@redhat.com>
|
||
|
|
---
|
||
|
|
doc/INSTALL.md | 2 +-
|
||
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
|
||
|
|
diff --git a/doc/INSTALL.md b/doc/INSTALL.md
|
||
|
|
index 3b2fdb7..b67a586 100644
|
||
|
|
--- a/doc/INSTALL.md
|
||
|
|
+++ b/doc/INSTALL.md
|
||
|
|
@@ -203,7 +203,7 @@ Install the dependencies for compiling kpatch and running kpatch-build:
|
||
|
|
make dependencies
|
||
|
|
```
|
||
|
|
|
||
|
|
-Before running kpatch-build, two more things need to be checked:
|
||
|
|
+#### Before running kpatch-build, two more things need to be checked:
|
||
|
|
-------
|
||
|
|
1. Ensure current kernel compiled with *CONFIG_LIVEPATCH_PER_TASK_CONSISTENCY* set
|
||
|
|
|
||
|
|
--
|
||
|
|
2.27.0
|
||
|
|
|