summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaud Desmons <adesmons@mandriva.com>2002-09-20 14:21:24 +0000
committerArnaud Desmons <adesmons@mandriva.com>2002-09-20 14:21:24 +0000
commit63d3726948c367e9b1267b37ff70b5c90c4c7b2a (patch)
treefcfa026e8afd5a93a52cbc150e7d1fd6bd65be60
parent8df68cf6ac1443ee13511ec512f192a5308c7e95 (diff)
downloaddrakwizard-63d3726948c367e9b1267b37ff70b5c90c4c7b2a.tar
drakwizard-63d3726948c367e9b1267b37ff70b5c90c4c7b2a.tar.gz
drakwizard-63d3726948c367e9b1267b37ff70b5c90c4c7b2a.tar.bz2
drakwizard-63d3726948c367e9b1267b37ff70b5c90c4c7b2a.tar.xz
drakwizard-63d3726948c367e9b1267b37ff70b5c90c4c7b2a.zip
finish if dhcp client
-rw-r--r--dhcp_wizard/dhcp.wiz13
1 files changed, 12 insertions, 1 deletions
diff --git a/dhcp_wizard/dhcp.wiz b/dhcp_wizard/dhcp.wiz
index a10afeaa..2ad6606e 100644
--- a/dhcp_wizard/dhcp.wiz
+++ b/dhcp_wizard/dhcp.wiz
@@ -27,6 +27,12 @@
>
</Variable>
+ <Variable
+ name="varIsAuthoritative"
+ shellVariable="wiz_authoritative"
+ >
+ </Variable>
+
<Page
helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-dhcp.html"
name="welcome"
@@ -118,6 +124,11 @@
>
</Freetext>
+ <Boolean
+ variableName="varIsAuthoritative"
+ helpText="Is the server authoritative ? Ask your system administrator."
+ >
+ </Boolean>
<Info
helpText="IP addresses are a dotted list of four numbers smaller than 256."
@@ -129,7 +140,7 @@
name="error_dhcp"
jumpPage="ask_dhcp_ip_range"
executionLevel="NORMAL"
- nextFinish="false"
+ nextFinish="true"
canBack="true"
canCancel="true"
>