ingmar-k / Pogoplug_V3_Emdebian_Debian

Scripts to create a bootable Emdebian/Debian USB-Stick for the Pogoplug V3 devices.
12 stars 6 forks source link

No warning in case of dns resolution problems #4

Closed kuleszdl closed 11 years ago

kuleszdl commented 11 years ago

See also here:

https://gist.github.com/kuleszdl/5382297

The script seems to continue instead of bailing out.

ingmar-k commented 11 years ago

Will look into a potential fix. Already knew this could happen, but never got around to fix it. Also see the comment on your other issue for more details.

ingmar-k commented 11 years ago

I've got a simple solution for now. Will update the emdebian scripts as soon as possible. Although it is no guarantee for the "nameserver" entry in the "general_settings.sh" file to be valid, it is a good indication of the scripts ability to work. A way to handle the nameserver setting inside the rootfs would be to just install the package "resolvconf", which does automatical handling of the "/etc/resolv.conf". That should work.

ingmar-k commented 11 years ago

Just updated the scripts with the fix for that problem.