RobertCNelson / boot-scripts

Just a bunch of useful scripts placed under /opt/scripts/
125 stars 132 forks source link

Please allow option to disable boot-scripts control of networking/DNS #63

Closed cyrilcros closed 3 years ago

cyrilcros commented 6 years ago

Hi, I am trying to install pi-hole on the BBB. Unfortunately, scripts like am335x_evm.sh make strong assumptions about what kind of DNS services I want to set up and auto-generate at boot a conflicting dnsmasq configuration file 'SoftAp0'.

Could you please think about using some configuration file that allows me to override these kind of behaviors and use my own choice of DHCP or DNS servers? Maybe add a script to get rid of the bonescript server / DHCP connections over USB? I can always edit out things but this could be cleaner.

Thanks for your work!

RobertCNelson commented 6 years ago

Sure, i'll add a /etc/default/bb-boot and split out parts of that script to easily enable/disable things.