summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-01-16 23:08:52 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-01-16 23:08:52 +0000
commit938932f13b88da3e157a33f82955216d3b15d7bc (patch)
treefb12e8965c230f246d8a2c3d9d18244737d2896d /perl-install
parent67fac834e119eaba0d6d1cf90b0694d3a93902ad (diff)
downloaddrakx-938932f13b88da3e157a33f82955216d3b15d7bc.tar
drakx-938932f13b88da3e157a33f82955216d3b15d7bc.tar.gz
drakx-938932f13b88da3e157a33f82955216d3b15d7bc.tar.bz2
drakx-938932f13b88da3e157a33f82955216d3b15d7bc.tar.xz
drakx-938932f13b88da3e157a33f82955216d3b15d7bc.zip
new host settings step
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/network/netconnect.pm6
1 files changed, 5 insertions, 1 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm
index c923c4ce2..fd405bde4 100644
--- a/perl-install/network/netconnect.pm
+++ b/perl-install/network/netconnect.pm
@@ -745,7 +745,11 @@ such as ``mybox.mylab.myco.com''.
You may also enter the IP address of the gateway if you have one."),
data =>
[ { label => N("Host name"), val => \$netc->{HOSTNAME} },
- { label => N("DNS server"), val => \$netc->{dnsServer} },
+ { label => N("DNS server 1"), val => \$netc->{dnsServer} },
+ { label => N("DNS server 2"), val => \$netc->{dnsServer2} },
+ { label => N("DNS server 3"), val => \$netc->{dnsServer3} },
+ { label => N("Search domain"), val => \$netc->{DOMAINNAME},
+ help => N("By default search domain will be set from the fully-qualified host name") },
{ label => N("Gateway (e.g. %s)", $gateway_ex), val => \$netc->{GATEWAY} },
if_(@devices > 1,
{ label => N("Gateway device"), val => \$netc->{GATEWAYDEV}, list => \@devices },