Replaced by the attribute variable 'official' to 'hide'

netsetup
Самоукин Алексей 14 years ago
parent 4b55e557f2
commit 2e7f5ff356

@ -17,7 +17,7 @@
# mode - read only or writeable variable
# value - default variable value
# select - list of posible values for variable
# official - flag, if it is True, then the variable is not printable
# hide - flag, if it is True, then the variable is not printable
# printval - print value of variable
from cl_install import __version__, __app__
@ -41,7 +41,7 @@ class Data:
cl_install_scratch_action = {}
# TODO: depricated
os_install_scratch_action = {'official':True}
os_install_scratch_action = {'hide':True}
# install maching architecture
os_install_arch_machine = {'mode':'w'}
@ -50,10 +50,10 @@ class Data:
os_net_interfaces_info = {}
# infomation about disk in hash
os_device_hash = {'official':True}
os_device_hash = {'hide':True}
# infomation about disk in hash
os_disk_hash = {'official':True}
os_disk_hash = {'hide':True}
# list of available partition devices
os_disk_dev = {}
@ -173,7 +173,7 @@ class Data:
os_install_disk_options = {}
#
os_bind_hash = {'official':True}
os_bind_hash = {'hide':True}
# directories for bind
os_bind_path = {}
@ -181,7 +181,7 @@ class Data:
# mountpoint for directories bind
os_bind_mountpoint = {}
os_install_bind_hash = {'official':True}
os_install_bind_hash = {'hide':True}
# install directories for bind
os_install_bind_path = {}
@ -244,7 +244,7 @@ class Data:
os_install_net_ip ={}
# net interfaces
os_install_net_interfaces={'official':True}
os_install_net_interfaces={'hide':True}
# domain
os_install_net_domain = {'mode':"w"}

Loading…
Cancel
Save