Hide Forgot
Description of problem: While doing initial setup in text mode, initial setup wizard is not giving an option to configure network. Where as it is possible to do it in initial-setup-graphical Version-Release number of selected component (if applicable): How reproducible: # hostnamectl set-hostname "" # nmcli con down eth0 # rm /etc/sysconfig/network-scripts/ifcfg-eth0 # nmcli con reload # nmcli con add con-name eth0 ifname eth0 type ethernet autoconnect yes # rm /root/initial-setup.ks # touch /etc/reconfigSys # systemctl enable initial-setup-graphical.service # reboot Also tried steps in article: https://access.redhat.com/solutions/198693 Also tried completely removing ifcfg-eth[X] Same results for all above Actual results: Cannot see network setting at initial setup wizard when using text mode Expected results: see network settings option on initial setup wizard when using text mode Additional info: It is possible when using "systemctl enable initial-setup-graphical" But not possible using "systemctl enable initial-setup-text"
*** This bug has been marked as a duplicate of bug 1302165 ***