diff --git a/alpine/packages/hostsettings/etc/init.d/hostsettings b/alpine/packages/hostsettings/etc/init.d/hostsettings index 6f05e2f16..e6bd6d6dc 100755 --- a/alpine/packages/hostsettings/etc/init.d/hostsettings +++ b/alpine/packages/hostsettings/etc/init.d/hostsettings @@ -13,6 +13,8 @@ start() { mobyconfig exists etc/resolv.conf && mobyconfig get etc/resolv.conf > /etc/resolv.conf + mobyconfig exists etc/hosts && mobyconfig get etc/hosts >> /etc/hosts + # handle static network config if configured mobyconfig exists net/config && NETCONFIG=`mobyconfig get net/config` if [ "${NETCONFIG}" = "static" ]; then