CustomPiOS icon indicating copy to clipboard operation
CustomPiOS copied to clipboard

Skip "user rename" on first boot and $BASE_USER

Open henrikbjorn opened this issue 1 year ago • 1 comments

Hey

Thanks for your work on this. I am new to the custom Raspberry PI Image world and I might be missing something :)

I have gotten the building process to work, and can create a image that can be written to an SD Card an booted up. Even build it via GitHub Actions with Docker.

However I am stuck with the "Please enter a new username:" dialog on first boot, which I would like to skip, since i have scripts in /home/pi (which seems to be the place to put them).

Also I noticed that $BASE_USER is not used in all modules (eg. base and gui, for auto login etc).

Would you accept a PR that uses $BASE_USER through out the modules?

henrikbjorn avatar Mar 06 '24 16:03 henrikbjorn

Indeed its a bug. if you have a particular module that is causing issues you are welcome to share it and I can take a look at fixing it.

guysoft avatar Mar 14 '24 12:03 guysoft