nfs mount on first boot

Hello,

my goal is to automate the first boot process as much as possible.

So, can mount my nfs storage on first boot???

BR,
Stefan

Hi,

in theory this might be possible using AUTO_SETUP_CUSTOM_SCRIPT_EXEC setting in dietpi.txt

# Custom Script (post-networking and post-DietPi install)
# - Allows you to automatically execute a custom script at the end of DietPi install.
# - Option 0 = Copy your script to /boot/Automation_Custom_Script.sh and it will be executed automatically.
# - Option 1 = Host your script online, then use e.g. AUTO_SETUP_CUSTOM_SCRIPT_EXEC=https://myweb.com/myscript.sh and it will be downloaded and executed automatically.
# - Executed script log: /var/tmp/dietpi/logs/dietpi-automation_custom_script.log
AUTO_SETUP_CUSTOM_SCRIPT_EXEC=0

Means you would need to put needed thinks into an own script to have it executed on first boot. DietPi themselves did not offer a functionality to mount network drives automatically during first initial boot. For this you would need to use drive manager.