From 0c2941bc2e7a10d69283e5a117894ecda87155d6 Mon Sep 17 00:00:00 2001 From: 0x1d Date: Tue, 22 Apr 2025 16:28:31 +0200 Subject: [PATCH] update docs --- examples/raspios/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/examples/raspios/README.md b/examples/raspios/README.md index f529a9e..8434a9b 100644 --- a/examples/raspios/README.md +++ b/examples/raspios/README.md @@ -15,6 +15,13 @@ terraform apply 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 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.