Skip to content

Commit

Permalink
do not prompt for username at first boot. dont worry random pass will…
Browse files Browse the repository at this point in the history
… be set at boot
  • Loading branch information
zoff99 committed Dec 31, 2023
1 parent 1866b9a commit c892d31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rpi5_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
- run: cat ./pi-gen/stage0/prerun.sh
# add ToxBlinkenwall custom build stuff ----------
- run: cd pi-gen;echo "IMG_NAME='Raspbian'" > config
- run: cd pi-gen;echo "DISABLE_FIRST_BOOT_USER_RENAME='1'" >> config
- run: cd pi-gen;echo "FIRST_USER_PASS='984a755nb7349r857348t9573495'" >> config

- run: cd pi-gen;touch ./stage3/SKIP ./stage4/SKIP ./stage5/SKIP
- run: cd pi-gen;touch ./stage4/SKIP_IMAGES ./stage5/SKIP_IMAGES
- run: cd pi-gen;sudo ./build.sh
Expand All @@ -65,7 +68,6 @@ jobs:
- run: cd pi-gen; find -name "*Raspbian-lite.zip" || echo "no error"
- run: cd pi-gen; find -name "\*Raspbian-lite.zip" || echo "no error"
- run: cd pi-gen; cp -av deploy/image_*-Raspbian-lite.zip deploy2/image-Raspbian-lite.zip
- run: cd pi-gen; cp -av deploy/build.log deploy2/
- run: cd pi-gen; ls -hal deploy2/

- name: Upload a Build Artifact
Expand Down

0 comments on commit c892d31

Please sign in to comment.