ifupdown scripts

David Henderson dhenderson at digital-pipe.com
Mon Sep 19 20:59:45 UTC 2016


Good afternoon all!  I have been continuing to work with the
networking in BB and have added a single script
'/etc/network/if-up.d/000_resolv.conf' that does not seem to be called
when 'ifup -a' is called during the boot process.  The script has a
permission of 755 and ownership of root:root.  The contents are as
follows:

#!/bin/sh
echo 'resolv.conf' > /tmp/debug.txt
env >> /tmp/debug.txt


Any thoughts on what is going on?

Thanks,
Dave


More information about the busybox mailing list