diff options
-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" > |