From bf8a99c0856b5b837e3248a534d68367c426a089 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 18 Jan 2018 13:07:54 -0800 Subject: [PATCH] tutorial: Drop 'make install' output to stay DRY 'make install' hasn't installed crio.conf since 8b632729 (Install to /usr/local to avoid conflicts with vendor binaries, 2017-01-04, #304). And Make output is usually not particularly interesting. Signed-off-by: W. Trevor King --- tutorial.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/tutorial.md b/tutorial.md index 9863af58..693c9c96 100644 --- a/tutorial.md +++ b/tutorial.md @@ -138,19 +138,6 @@ make sudo make install ``` -Output: - -``` -install -D -m 755 crio /usr/local/bin/crio -install -D -m 755 conmon/conmon /usr/local/libexec/crio/conmon -install -D -m 755 pause/pause /usr/local/libexec/crio/pause -install -d -m 755 /usr/local/share/man/man{1,5,8} -install -m 644 docs/crio.conf.5 -t /usr/local/share/man/man5 -install -m 644 docs/crio.8 -t /usr/local/share/man/man8 -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 and install configuration files with: ```