Install script bad error message

As you probably know, Centos 7 often renames automatically ethernet interfaces. So, installing the kvm version yields:

Checking for network interface eth0 .. .. not found. Use the --interface flag to set the correct interface

So, I add --interface enp1s0f0 and it gives same message. Looking in the shell script of the installer, it's actually --bridge-interface not --interface. So, the message is merely wrong.

Status: 
Closed (fixed)

Comments

Thanks, I'll fix this in the next installer update.

Automatically closed -- issue fixed for 2 weeks with no activity.