hanni76 Posted September 9, 2017 Posted September 9, 2017 Hello guys I need instructions on how to skip mandatory steps during first load when Armbian requires to login as root and use password 1234. What I need is to have pi account created automatically during sd-image build (with a custom password) and assigned a predefined set of groups. I want Armbian start and auto-login with pi account and run my linuxfb-based full-screen application. It seems like customize-image.sh is the right place to create a new account on target image. But how can I disable that startup poll to create a new user, change password, etc? Thanks
tkaiser Posted September 9, 2017 Posted September 9, 2017 8 minutes ago, ssuloev said: But how can I disable that startup poll to create a new user, change password, etc? By looking at the huge example provided?
hanni76 Posted September 9, 2017 Author Posted September 9, 2017 6 minutes ago, tkaiser said: By looking at the huge example provided? THX for quick response!
hanni76 Posted September 9, 2017 Author Posted September 9, 2017 8 minutes ago, tkaiser said: By looking at the huge example provided? Well.. but there is nothing about removing start-up questions. Did you read my topic to the end ?
hanni76 Posted September 9, 2017 Author Posted September 9, 2017 OK, seems like /etc/init.d/firstrun is the file I need to look at. Thanks anyway for your answer!
tkaiser Posted September 9, 2017 Posted September 9, 2017 2 hours ago, ssuloev said: Did you read my topic to the end ? Yes. And I sent you to two lines of the customize-image.sh example (for a reason). Anyway...
Recommended Posts