Skip to content

Commit

Permalink
Create account in image
Browse files Browse the repository at this point in the history
  • Loading branch information
dbieber committed May 10, 2024
1 parent b4ef150 commit b069eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
sudo touch /mnt/efi/ssh
# Set up the default user
sudo echo "pi:$(echo 'raspberry' | openssl passwd -6 -stdin)" > /mnt/efi/userconf.txt
echo "pi:$(echo 'raspberry' | openssl passwd -6 -stdin)" | sudo tee /mnt/efi/userconf.txt > /dev/null
# Unmount the boot partition
sudo umount /mnt/efi
Expand Down

0 comments on commit b069eb3

Please sign in to comment.