From e84e9cf1abc227d4af1ac6c3e974f6dc05394f45 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 3 Jun 2005 08:56:38 +0000 Subject: remove comment, stage1 now writes DOMAINNAME and DHCP_HOSTNAME in the proper files --- perl-install/install2.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install') 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"); -- cgit v1.2.1