Ok, to run easytether on EasyOS, I need /dev/net/tun. I have run across this in couple Puppies and other distributions. But running this solves that:
mkdir /dev/net
mknod /dev/net/tun c 10 200
However in easy, once I shut it down and reboot this has to be run again, unique to easy, most distributions and some Puppies dont require it at all and others its a one time deal.
Now I run a script to start easytether so adding these two lines to script means its not a big deal. And its on desktop so one click and easytether is connected and I am tethered to my phone.
But I was just wondering why easyOS is different? Assume it doesnt remember changes made to /dev???