diff --git a/python_modules/conf.py b/python_modules/conf.py index a03fe4a4..991afed0 100644 --- a/python_modules/conf.py +++ b/python_modules/conf.py @@ -189,8 +189,8 @@ LIGHT_DM_LIST = ('lightdm\n' # General Shared packages to be installed. GENERAL_SHARED_LIST = ('alsa-utils\n' 'bluez\n' - #'calamares\n' - #'calamares-settings-debian\n' + 'calamares\n' + 'calamares-settings-debian\n' 'console-setup\n' 'cups\n' 'curl\n' diff --git a/python_modules/infra.py b/python_modules/infra.py index 4d71e5ac..42f332ba 100644 --- a/python_modules/infra.py +++ b/python_modules/infra.py @@ -381,15 +381,9 @@ def fusato_configs(): src_paths = ('/hooks/normal',) des_paths = ('/hooks/normal',) - #src_paths_l = ('/hooks/live',) - #des_paths_l = ('/hooks/live',) - src_q = collections.deque(src_paths) des_q = collections.deque(des_paths) - #src_q_l = collections.deque(src_paths_l) - #des_q_l = collections.deque(des_paths_l) size_q = len(src_q) - #size_q_l = len(src_q_l) for size_length in range(size_q): source = src_q.popleft() des = des_q.popleft() @@ -399,16 +393,6 @@ def fusato_configs(): dirs_exist_ok = True ) logger.info(MSG_FIN + HOME_FOLDER + WPCHROOT + des) - # for size_length in range(size_q_l): - # source = src_q_l.popleft() - # des = des_q_l.popleft() - # logger.info(MSG_COPY+ HOME_FOLDER + source) - # shutil.copytree(HOME_FOLDER + source, - # HOME_FOLDER + FUSATOCONFIG + des, - # dirs_exist_ok = True - # ) - # logger.info(MSG_FIN + HOME_FOLDER + WPCHROOT + des) - def boostrap_shared(): """