From 2bf750c87191be825e0a0ddf6a6e3a55e3085181 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 18 Jan 2018 13:03:10 -0800 Subject: [PATCH] tutorial: Drop install.config output to stay DRY install.config has also installed rio-umount.conf since 51b225474 (Tell oci-umount where to remove mountpoints inside container, #937, 2017-09-21). And Make output is usually not particularly interesting. Signed-off-by: W. Trevor King --- tutorial.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/tutorial.md b/tutorial.md index 656a706f..9863af58 100644 --- a/tutorial.md +++ b/tutorial.md @@ -151,19 +151,12 @@ install -D -m 644 crio.conf /etc/crio/crio.conf install -D -m 644 seccomp.json /etc/crio/seccomp.json ``` -If you are installing for the first time, generate config as follows: +If you are installing for the first time, generate and install configuration files with: ``` sudo make install.config ``` -Output: - -``` -install -D -m 644 crio.conf /etc/crio/crio.conf -install -D -m 644 seccomp.json /etc/crio/seccomp.json -``` - #### Start the crio system daemon ```