Thank you both for responding so quickly. Currently, I am reading the information by fopen()-ing the /sys/devices/platform/mts-io/product-id file. Now I know what to look for.
I may move to calling the mts-io-sysfs script, if only as an abstraction.
Thanks again to the both of you,
-Brandon
Here’s what I did to obtain a persistent DNS config on my Conduit:
1. Remove the /etc/volatile.cache file from the filesytem.
2. Comment out the following entries from /etc/default/volatiles/00_core:
l root root 0644 /etc/resolv.conf /var/run/resolv.conf
f root root 0644 /var/run/resolv.conf none
3. Remove the /etc/resolv.conf symlink.
4. Create your new /etc/resolv.conf
After a reboot, my DNS settings survived.
There is probably a better way to do this, so I hope someone from MultiTech can chime in with some guidance.