Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Apr 27, 2024
1 parent 00fb98c commit b70c438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/image-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ echo "--- Move /etc/ld.so.preload out of the way"
mv /etc/ld.so.preload /etc/ld.so.preload.disabled-for-build

echo "--- Create pi user"
echo "pi:$6$c70VpvPsVNCG0YR5$l5vWWLsLko9Kj65gcQ8qvMkuOoRkEagI90qi3F/Y7rm8eNYZHW8CY6BOIKwMH7a3YYzZYL90zf304cAHLFaZE0" > /boot/firmware/userconf.txt
echo "pi:$6$c70VpvPsVNCG0YR5$l5vWWLsLko9Kj65gcQ8qvMkuOoRkEagI90qi3F/Y7rm8eNYZHW8CY6BOIKwMH7a3YYzZYL90zf304cAHLFaZE0" > /boot/userconf.txt

echo "--- Write Clover information"
# Clover image version
Expand Down

0 comments on commit b70c438

Please sign in to comment.