basically I have personal settings that get written to
, which is a symlink to
We know that on system shutdown, everything on /tmp gets wiped, and lost, including personal config files.
I wish to have all
files stored to
instead (/opt itself is a symlink to
), so that my personal settings are persistent between reboots/shutdowns etc.
Of course, ideally such an option should be included for AMTM/Entware users upon installation, but that's its own topic for upstream.
Code:
/root/*
Code:
/tmp/home/root/
I wish to have all
Code:
/root/*
Code:
/opt/root/
Code:
/tmp/mnt/<entware-usb-device-name>/entware/
Of course, ideally such an option should be included for AMTM/Entware users upon installation, but that's its own topic for upstream.