From d9a77b3de290e2b178a40830dc790bd05f5d4c70 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Tue, 27 Mar 2018 17:55:25 +0100 Subject: [PATCH] docs: dev guide whitespace fix Add a blank line to the dev guide. Signed-off-by: James O. D. Hunt --- Developer-Guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Developer-Guide.md b/Developer-Guide.md index 6d7b2d409..344889fdd 100644 --- a/Developer-Guide.md +++ b/Developer-Guide.md @@ -65,6 +65,7 @@ If your system is *not* able to run Kata Containers, the previous command will e ## Enable full debug Enable full debug as follows: + ``` $ sudo sed -i -e 's/^# *\(enable_debug\).*=.*$/\1 = true/g' /usr/share/defaults/kata-containers/configuration.toml $ sudo sed -i -e 's/^kernel_params = ""/kernel_params = "agent.log=debug"/g' /usr/share/defaults/kata-containers/configuration.toml