Otherwise the fixed loader would leave them in the ifcfg file. --- loader/linuxrc.s390 | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/loader/linuxrc.s390 b/loader/linuxrc.s390 index 356426e..fc7f325 100644 --- a/loader/linuxrc.s390 +++ b/loader/linuxrc.s390 @@ -1994,6 +1994,7 @@ function do_network() { echo $"The NETWORK parameter isn't used anymore and will be ignored." echo $" It is sufficient to specify IPADDR and NETMASK." echo + unset NETWORK } ### BROADCAST @@ -2003,6 +2004,7 @@ function do_broadcast() { echo $"The BROADCAST parameter isn't used anymore and will be ignored." echo $" It is sufficient to specify IPADDR and NETMASK." echo + unset BROADCAST } ### NETMASK (IPv6) -- 1.7.0.4 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list