-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try embracing first user rename, but our software has hard-coded user…
…name to pi
- Loading branch information
Jonathan Dahan
committed
Sep 15, 2024
1 parent
e86d0ad
commit 0ae9b2b
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
utilities/build/stage-solar/00-install-solar-protocol/files/10-hello.template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/bin/bash | ||
|
||
echo ${IMAGE_NAME} | ||
echo ☀️ solar protocol ${VERSION} |
3 changes: 2 additions & 1 deletion
3
utilities/build/stage-solar/00-install-solar-protocol/files/20-warning.template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 "" |