commit: d0a815f2ba86b2808183a5dce35402653d1e4f8c
parent 470ec3082eec22d214581aac0cfed7842f7acf88
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>