diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-02-16 12:25:44 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-02-16 12:25:44 +0000 |
commit | 3726d9b4adceafb2d4e9db0fa86f739d3095bd78 (patch) | |
tree | 7362f7c1779aa5f0801d9ed0c64b8b74c4e89f4a /perl-install | |
parent | 3c3d6f7d9cf6565bed5370b635c5ecab742685a9 (diff) | |
download | drakx-backup-do-not-use-3726d9b4adceafb2d4e9db0fa86f739d3095bd78.tar drakx-backup-do-not-use-3726d9b4adceafb2d4e9db0fa86f739d3095bd78.tar.gz drakx-backup-do-not-use-3726d9b4adceafb2d4e9db0fa86f739d3095bd78.tar.bz2 drakx-backup-do-not-use-3726d9b4adceafb2d4e9db0fa86f739d3095bd78.tar.xz drakx-backup-do-not-use-3726d9b4adceafb2d4e9db0fa86f739d3095bd78.zip |
explain about DNS (#7908)
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/network/netconnect.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 293d718f3..59d486fb2 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -988,7 +988,8 @@ I cannot set up this connection type.")), return; name => N("Please enter your host name. Your host name should be a fully-qualified host name, such as ``mybox.mylab.myco.com''. -You may also enter the IP address of the gateway if you have one."), +You may also enter the IP address of the gateway if you have one.") . +N("Last but not leat you can also type in your DNS server IP addresses."), data => sub { [ { label => $auto_ip ? N("Host name (optional)") : N("Host name"), val => \$netc->{HOSTNAME}, advanced => $auto_ip }, { label => N("DNS server 1"), val => \$netc->{dnsServer} }, |