From 10b493ac772aaa099e943f259a539ab1343aa795 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@debian.org>
Date: Fri, 13 Dec 2019 17:16:35 -0500
Subject: [PATCH] clarify install proc: upgrades and reboot are mandatory

---
 tsa/howto/new-machine.mdwn | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/tsa/howto/new-machine.mdwn b/tsa/howto/new-machine.mdwn
index 69f93e40..0261e5ea 100644
--- a/tsa/howto/new-machine.mdwn
+++ b/tsa/howto/new-machine.mdwn
@@ -123,7 +123,7 @@ All commands to be run as root unless otherwise noted.
         puppet agent -t
         puppet agent -t
 
-* do an upgrade in case there has been one recently
+* follow security upgrades:
 
         apt update && apt dist-upgrade && apt clean
 
@@ -138,10 +138,8 @@ All commands to be run as root unless otherwise noted.
         ( ! grep '^root:' /etc/aliases && echo 'root: torproject-admin@torproject.org' >> /etc/aliases ) &&
         sed -i -e 's/^root:.*/root: torproject-admin@torproject.org/' /etc/aliases && newaliases
 
-* if necessary, reboot
+* reboot to make sure *that* still works:
 
-        /usr/lib/nagios/plugins/dsa-check-running-kernel
-        /usr/lib/nagios/plugins/dsa-check-libs
         reboot
 
 * add to [[nagios]], in `tor-nagios/config/nagios-master.cfg`
-- 
GitLab