diff --git a/install/variables/system.py b/install/variables/system.py index 4fc82e3..0bcfb52 100644 --- a/install/variables/system.py +++ b/install/variables/system.py @@ -170,7 +170,7 @@ class VariableClInstallHomeCryptSet(UserHelper,Variable): untrusted = True def init(self): - self.help = _("Encrypt user profiles") + self.help = _("encrypt user profiles") self.label = _("Encrypt user profiles") def get(self): @@ -564,12 +564,13 @@ class VariableClLive(Variable): self.label = _("Configure dynamic options only") self.help = _("configure dynamic options only") -class VariableOsInstallPxe(ReadonlyVariable): +class VariableOsInstallPxe(Variable): """ Installation for PXE loading """ type = "boot" value = "off" + untrusted = True def check(self,value): if value == "on": diff --git a/install/wsdl_install.py b/install/wsdl_install.py index 66a9e54..7d0a51f 100644 --- a/install/wsdl_install.py +++ b/install/wsdl_install.py @@ -138,9 +138,13 @@ class Wsdl(WsdlBase): 'datavars':"install", 'native_error':(VariableError,DistributiveError, DataVarsError,install.InstallError), - 'setvars':{'cl_action!':'system','os_install_pxe!':'on', + 'setvars':{'cl_action!':'system','os_install_pxe':'on', 'cl_protect_use_set!':'off', 'cl_dispatch_conf':'usenew'}, + # действие выводит информацию перед запуском + 'brief':{'next':__("Installation"), + 'image':'finish', + 'name':__("Start installing")}, 'groups':[ lambda group:group(_("PXE install"), normal=('cl_image_filename',),