commit: 9e0d1c9b7c4dc2edc7f2a9c93db3e5d11f9c4dc3
parent 3d7826f09e56373316590e6dac83ad83da0c246f
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Fri, 3 Jan 2020 21:46:36 +0100
notes/new-install-checklist.html: New
Diffstat:
1 file changed, 19 insertions(+), 0 deletions(-)
diff --git a/notes/new-install-checklist.html b/notes/new-install-checklist.html
@@ -0,0 +1,19 @@
+<title>New Install checklist</title>
+<ul>
+<li><label>Hostname: <input type="text"/></label></li>
+<li><label>Set root password: <input type="checkbox"/></label></li>
+<li><label>Create user: <input type="checkbox"/></label></li>
+<li><label>Add ssh key to user: <input type="checkbox"/></label></li>
+<li><label>Make sure user can login as root: <input type="checkbox"/></label></li>
+<li><label>Install kernel: <input type="checkbox"/></label></li>
+<li><label>Install initramfs: <input type="checkbox"/></label></li>
+<li><label>Install&configure bootloader: <input type="checkbox"/></label></li>
+<li><label>Configure networking (netifrc and/or dhcpcd): <input type="checkbox"/></label></li>
+<li><label>Install sshd (tinyssh): <input type="checkbox"/></label></li>
+<li><label>Install rsyslog: <input type="checkbox"/></label></li>
+<li><label>Install an MTA (OpenSMTPd): <input type="checkbox"/></label></li>
+<li><label>Make it able to send emails to yourself: <input type="checkbox"/></label></li>
+<li><label>Add a backup in cron: <input type="checkbox"/></label></li>
+<li><label>Add security updates in cron: <input type="checkbox"/></label></li>
+<li><label>Additionnal post-install: <br/><textarea></textarea></label></li>
+</ul>