One last teaser for the
upcoming version and what it will be capable of.
Entware-NG will not initially be available for install with AB-Solution, only the standard Entware (same as the built in /usr/sbin/entware-setup.sh).
But if you already have Entware-NG installed, and then install AB-Solution and select to install pixelserve-tls (in AB-Solution), you'll get a post-mount file as below, with pixelserve-tls fully integrated and running off of Entware-NG:
Code:
#!/bin/sh
if [ "$1" = "/tmp/mnt/eightgb" ] ; then
ln -nsf $1/entware-ng /tmp/opt
fi
sleep 2
if [ -f /opt/swap ]
then
echo -e "Mounting swap file..."
swapon /opt/swap
else
echo -e "Swap file not found or /opt is not mounted..."
fi
# DO NOT EDIT this part of the file #
# generated by AB-Solution 3
if [ -d "/tmp/mnt/twogb" ];then
service restart_dnsmasq
logger "AB-Solution added entries via post-mount"
ln -s /tmp/mnt/twogb/ab-solution.sh /home/root/ab-solution.sh
fi
# end of DO NOT EDIT #
Whoever can read that will understand what the next version of AB-Solution is capable of.
Again, I'm sorry for another teaser. But I had to share it.