diff options
author | Damien Chaumette <dchaumette@mandriva.com> | 2003-01-31 17:33:15 +0000 |
---|---|---|
committer | Damien Chaumette <dchaumette@mandriva.com> | 2003-01-31 17:33:15 +0000 |
commit | 5cc8ef23adc8bed4a4a8dda2ed120b0f37d94c17 (patch) | |
tree | 448bf558873080f0526ff55179d4b6eb7dd46770 /perl-install | |
parent | a5543c2f4625d590a62217de0d6cc003fb75814f (diff) | |
download | drakx-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')
-rw-r--r-- | perl-install/network/ethernet.pm | 4 |
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; } |