From 5cc8ef23adc8bed4a4a8dda2ed120b0f37d94c17 Mon Sep 17 00:00:00 2001 From: Damien Chaumette Date: Fri, 31 Jan 2003 17:33:15 +0000 Subject: zeroconf --- perl-install/network/ethernet.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'perl-install/network/ethernet.pm') diff --git a/perl-install/network/ethernet.pm b/perl-install/network/ethernet.pm index 9127a03c7..6df6bc30e 100644 --- a/perl-install/network/ethernet.pm +++ b/perl-install/network/ethernet.pm @@ -193,7 +193,9 @@ N("Please enter your host name if you know it. Some DHCP servers require the hostname to work. Your host name should be a fully-qualified host name, such as ``mybox.mylab.myco.com''."), - [ { label => N("Host name"), val => \$netc->{HOSTNAME} } ]) or goto configureNetwork_step_1; + [ { label => N("Host name"), val => \$netc->{HOSTNAME} }, + { label => N("Zeroconf Host name"), val => \$netc->{ZEROCONF_HOSTNAME} }, + ]) or goto configureNetwork_step_1; } else { configureNetworkNet($in, $netc, $last ||= {}, @l) or goto configureNetwork_step_1; } -- cgit v1.2.1