Description of problem:
Network device on installed system is not configured with static IPv4 address used during manual installation on s390x. There is no ifcfg config file created on the installed system either:
[root@rtt8 ~]# ls /etc/sysconfig/network-scripts/ifcfg*
/etc/sysconfig/network-scripts/ifcfg-lo
[root@rtt8 ~]#
[root@rtt8 ~]# ip a
ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group defaul
t qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enca00: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group de
fault qlen 1000
link/ether 02:00:00:00:05:56 brd ff:ff:ff:ff:ff:ff
inet6 2620:52:0:1068:49de:9539:e6ef:eb95/64 scope global dynamic noprefixroute
valid_lft 2591983sec preferred_lft 604783sec
inet6 fec0:0:a10:6f00:7112:437d:2b4a:77eb/64 scope site dynamic noprefixroute
valid_lft 2591983sec preferred_lft 604783sec
inet6 fe80::c411:f470:e555:f21b/64 scope link noprefixroute
valid_lft forever preferred_lft forever
[root@rtt8 ~]#
When running installation on x86_64 with manually entered static IPv4 configuration during the installation, an ifcfg config file is created on the installed system and the configuration is applied during boot.
Version-Release number of selected component (if applicable):
Fedora-Rawhide-20190707.n.0
anaconda 31.18-1.fc31
How reproducible:
always
Steps to Reproduce:
1. Run installation of rawhide on s390x
2. Reboot into installed system
Actual results:
Network device is available, but has no IPv4 address assigned
Expected results:
Network is up, with IPv4 address assigned