update docs

This commit is contained in:
2025-04-22 16:28:31 +02:00
parent 317e94edf0
commit 0c2941bc2e

View File

@@ -15,6 +15,13 @@ terraform apply
docker logs -f $(docker ps -q -f name=packer-builder-arm) docker logs -f $(docker ps -q -f name=packer-builder-arm)
``` ```
The image will have ssh enabled and user `pi` configured with password `raspberry`.
To change password for the user, modify `./scripts/pi.sh`.
Generate another password with:
```
openssl passwd -6
```
## Firstboot ## Firstboot
This example contains a Systemd service and script that will run at first boot and sets the hostname to `rpi-SERIAL` so that each device gets a unique hostname. This example contains a Systemd service and script that will run at first boot and sets the hostname to `rpi-SERIAL` so that each device gets a unique hostname.