summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install2.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index 2dde6a685..13e7cb581 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -483,7 +483,6 @@ sub main {
require network::network;
#- get stage1 network configuration if any.
log::l('found /tmp/network');
- #- FIXME: DOMAINNAME and DHCP_HOSTNAME shouldn't be in $o->{net}{network}
add2hash($o->{net}{network} ||= {}, network::network::read_conf('/tmp/network'));
if (my ($file) = glob_('/tmp/ifcfg-*')) {
log::l("found network config file $file");