From 402f9da63bd3256a5a29b4c1b12d972f10bcf267 Mon Sep 17 00:00:00 2001 From: zoff99 Date: Sun, 31 Dec 2023 18:50:57 +0100 Subject: [PATCH] do not prompt for username at first boot. dont worry random pass will be set at boot --- vagrant_build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vagrant_build.sh b/vagrant_build.sh index 737497c..fb80d98 100755 --- a/vagrant_build.sh +++ b/vagrant_build.sh @@ -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