minishift / minishift-centos-iso

CentOS based ISO as an alternative for boot2docker ISO
GNU Lesser General Public License v3.0
40 stars 33 forks source link

Add biosdevname=0 net.ifnames=0 as kernel option to disable Consistent Network Device Naming #67

Closed praveenkumar closed 7 years ago

praveenkumar commented 7 years ago

With current template we have consistent naming which most of time not working with different hypervisior so we need to disable it to make sure our images are consistent across different platform hypervisiors.

Related article : https://access.redhat.com/discussions/916973 , https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Networking_Guide/sec-Disabling_Consistent_Network_Device_Naming.html