ExtremeFiretop
Very Senior Member
Are both of these files still valid? I suspect the script could be erroring out if one is not found. I thought all the Entware modules moved exclusively to amtm.
I believe . /jffs/addons/amtm/mount-entware.mod is still valid:
not sure what about: . /jffs/addons/diversion/mount-entware.div though.
Even if it's not valid though, the lines following in his post-mount are running as expected (such as tailmon)
Code:cat /jffs/scripts/post-mount #!/bin/sh swapon /tmp/mnt/USB_120GB/myswap.swp # Added by amtm . /jffs/addons/amtm/mount-entware.mod # Added by amtm . /jffs/addons/diversion/mount-entware.div # Added by amtm (sleep 30 && /jffs/scripts/tailmon.sh -screen) & # Added by tailmon [ -x "${1}/entware/bin/opkg" ] && [ -x /jffs/scripts/spdmerlin ] && /jffs/scripts/spdmerlin startup "$@" & # spdMerlin AsusAdmin@RT-AX88U_Pro-0998:/tmp/home/root#
And here is the systemlog confirming that part:
Code:
Jan 1 00:02:03 Entware: Starting Entware services on /tmp/mnt/USB_120GB
Jan 1 00:02:03 AsusAdmin: Started tailscaled from /jffs/scripts/post-mount.
