fairdk / fair-ubuntu-centre

MOVED: https://gitlab.com/fairdk/fair-ubuntu-centre
http://fair-ubuntu-centre.readthedocs.io/
GNU General Public License v3.0
3 stars 7 forks source link

Hard-coded eth0 #21

Open benjaoming opened 7 years ago

benjaoming commented 7 years ago

Installscripts assume that the server will use eth0 as main network interface.

However, some odd machines will for some odd reason have only 1 ethernet card, which won't be called eth0.

Thus, we should try detecting the network interface in a smarter way. And ultimately prompting the user when we can't reliably detect one.