You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/User-Guide_Autoconfig.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -104,3 +104,19 @@ PRESET_USER_SHELL="bash"
104
104
1. Copy the template with `cp extensions/preset-firstrun.sh userpatches/extensions/`
105
105
2. Edit the template `userpatches/extensions/preset-firstrun.sh` according to your situation
106
106
3. Build your Armbian image using the additional parameter `ENABLE_EXTENSIONS=preset-firstrun`
107
+
108
+
## Provisioning script
109
+
110
+
`/root/provisioning` is executed once as root after the first successful login, either manual or automated. It’s used to perform final system setup tasks like installing packages, configuring the system, or enabling services.
111
+
112
+
The example script updates package lists, installs htop, sets a custom hostname.
0 commit comments