In the previous article, I talked about how to install alist using Asus router. However, it is impossible to start up automatically. Now the solution is as follows
nvram set jffs2_on=1
nvram set jffs2_enable=1
nvram set jffs2_format=1
nvram set script_usbmount='sh /tmp/mnt/ASUS/asus.sh'
nvram commit
After the service reboot is restarted, we can use the nvram show | grep script command to view it. If there is our script power behind script_usbmount, it will be successful.
Recommended Comments