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 c892d31 commit 402f9da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vagrant_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ echo '#! /bin/bash
lsmod | grep nbd
lsmod | grep binfmt_misc
echo "IMG_NAME=Raspbian" > config
echo "DISABLE_FIRST_BOOT_USER_RENAME=1" >> config
echo "FIRST_USER_PASS=984a755nb7349r857348t9573495" >> config
touch ./stage3/SKIP
touch ./stage4/SKIP ./stage5/SKIP
touch ./stage4/SKIP_IMAGES ./stage5/SKIP_IMAGES
Expand Down

0 comments on commit 402f9da

Please sign in to comment.