new-install-checklist.html (1246B)
- <body>
- <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>
- </body>