gitbls / sdm

Raspberry Pi SD Card Image Manager
MIT License
469 stars 48 forks source link

still prompting for keyboard and user at first boot #195

Closed tim-oe closed 7 months ago

tim-oe commented 7 months ago

just installed the latest version using 2024-03-15-raspios-bookworm-arm64-lite.img building image on same version launched on a pi 3b+

build command sudo sdm --customize \ --plugin user:"adduser=tcronin|password=$TEC_PWD" \ --plugin user:"adduser=ansible|password=$ANS_PWD" \ --plugin user:"deluser=pi" \ --plugin L10n:host \ --regen-ssh-host-keys \ --plugin network:"netman=dhcpcd|wifissid=tec-wan|wifipassword=$WIFI_PWD|wificountry=US" \ --restart img/bookworm.img

burn command sudo sdm --burn /dev/sdc--hostname tec-test --expand-root

when i launch the image i get a prompt to select keyboard then to rename a user and set pwd.

the users created with the command do work

i've run it twice same result

am i missing some command parameter?

gitbls commented 7 months ago

Adding --plugin disables:piwiz to your command line should fix that.

tim-oe commented 7 months ago

yup that fixed it! great utility making setting up a kube cluster a breeze.