Update README.md with LUKS setup examples and ToDo enhancements

This commit is contained in:
Philip Henning 2026-02-12 19:13:47 +01:00
parent 3ddad7b3e4
commit c063b79e1b

View file

@ -105,13 +105,15 @@ Run:
mise run setup <distribution name> <version> mise run setup <distribution name> <version>
``` ```
E.g. `mise run setup debian 13-trixie` or `mise run setup nixos 25.11`. E.g. `mise run setup debian 13-trixie` or `mise run setup debian 13-trixie-luks`.
## ToDo ## ToDo
- [ ] Debian 13 with LUKS - [ ] Debian 13 with LUKS
- [x] Setup image with LUKS - [x] Setup image with LUKS
- [ ] Automated unlock from packer on 1st boot after installation
- [ ] Setup dropbear - [ ] Setup dropbear
- [ ] Setup Clevis/Tang - [ ] Setup Clevis/Tang
- [ ] Lock down root user (remove password, prohibit all logins) - [x] Copy initial setup script, to expand the disk and do various setup steps
- [ ] Lock down SSH Server - [x] Lock down root user (remove password, prohibit all logins)
- [x] Lock down SSH Server