diff options
author | Arnaud Desmons <adesmons@mandriva.com> | 2002-09-20 14:21:24 +0000 |
---|---|---|
committer | Arnaud Desmons <adesmons@mandriva.com> | 2002-09-20 14:21:24 +0000 |
commit | 63d3726948c367e9b1267b37ff70b5c90c4c7b2a (patch) | |
tree | fcfa026e8afd5a93a52cbc150e7d1fd6bd65be60 /dhcp_wizard/dhcp.wiz | |
parent | 8df68cf6ac1443ee13511ec512f192a5308c7e95 (diff) | |
download | drakwizard-63d3726948c367e9b1267b37ff70b5c90c4c7b2a.tar drakwizard-63d3726948c367e9b1267b37ff70b5c90c4c7b2a.tar.gz drakwizard-63d3726948c367e9b1267b37ff70b5c90c4c7b2a.tar.bz2 drakwizard-63d3726948c367e9b1267b37ff70b5c90c4c7b2a.tar.xz drakwizard-63d3726948c367e9b1267b37ff70b5c90c4c7b2a.zip |
finish if dhcp client
Diffstat (limited to 'dhcp_wizard/dhcp.wiz')
-rw-r--r-- | dhcp_wizard/dhcp.wiz | 13 |
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" > |