Skip to content

Commit

Permalink
Try embracing first user rename, but our software has hard-coded user…
Browse files Browse the repository at this point in the history
…name to pi
  • Loading branch information
Jonathan Dahan committed Sep 15, 2024
1 parent e86d0ad commit 0ae9b2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion utilities/build/config.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ TIMEZONE_DEFAULT="America/New_York"
KEYBOARD_LAYOUT="English (US)"
FIRST_USER_NAME="pi"
FIRST_USER_PASS="$FIRST_USER_PASS"
DISABLE_FIRST_BOOT_USER_RENAME="1"
WPA_COUNTRY="US"
ENABLE_SSH="1"
DEPLOY_COMPRESSION="xz"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

echo ${IMAGE_NAME}
echo ☀️ solar protocol ${VERSION}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash

echo "pass: ${FIRST_USER_PASS}"
echo ""
echo "!!! run 'passwd' to change the password before connecting to the network !!!"
echo "you can silence this warning by removing /etc/update-motd.d/20-warning"
echo ""

0 comments on commit 0ae9b2b

Please sign in to comment.