diff --git a/pym/cl_vars.py b/pym/cl_vars.py index 067bceb..57ceb80 100644 --- a/pym/cl_vars.py +++ b/pym/cl_vars.py @@ -132,7 +132,8 @@ class Data: net_nfs= {'mode':"w", 'type':('conf','lan'), } - #DNS имя сервера времени + #DNS имя сервера времени# +# BD's definitions net_ntp= {'mode':"w", 'type':('conf','lan'), } @@ -379,3 +380,7 @@ class Data: sys_path_mounts= {'mode':"r", 'type':('path','system'), 'official':True} + #номер прохода при наложении профиля + setup_pass_parser= {'mode':"r", + 'type':('param','install'), + 'official':True} \ No newline at end of file