summaryrefslogtreecommitdiffstats
path: root/perl-install/network/ethernet.pm
diff options
context:
space:
mode:
authorDamien Chaumette <dchaumette@mandriva.com>2003-01-31 17:33:15 +0000
committerDamien Chaumette <dchaumette@mandriva.com>2003-01-31 17:33:15 +0000
commit5cc8ef23adc8bed4a4a8dda2ed120b0f37d94c17 (patch)
tree448bf558873080f0526ff55179d4b6eb7dd46770 /perl-install/network/ethernet.pm
parenta5543c2f4625d590a62217de0d6cc003fb75814f (diff)
downloaddrakx-backup-do-not-use-5cc8ef23adc8bed4a4a8dda2ed120b0f37d94c17.tar
drakx-backup-do-not-use-5cc8ef23adc8bed4a4a8dda2ed120b0f37d94c17.tar.gz
drakx-backup-do-not-use-5cc8ef23adc8bed4a4a8dda2ed120b0f37d94c17.tar.bz2
drakx-backup-do-not-use-5cc8ef23adc8bed4a4a8dda2ed120b0f37d94c17.tar.xz
drakx-backup-do-not-use-5cc8ef23adc8bed4a4a8dda2ed120b0f37d94c17.zip
zeroconf
Diffstat (limited to 'perl-install/network/ethernet.pm')
-rw-r--r--perl-install/network/ethernet.pm4
1 files changed, 3 insertions, 1 deletions
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;
}