Bugfix: menu_setup()

This commit is contained in:
Alan Mason 2017-12-01 12:42:23 -08:00
parent a6f9518648
commit 56c3960451

View file

@ -212,6 +212,15 @@ def menu_root():
def menu_setup():
"""Format a disk (MBR/GPT), apply a Windows image, and setup boot files."""
errors = False
other_results = {
'Error': {
'CalledProcessError': 'Unknown Error',
'PathNotFoundError': 'Missing',
},
'Warning': {
'GenericAbort': 'Skipped',
'GenericRepair': 'Repaired',
}}
set_title('{}: Setup Menu'.format(KIT_NAME_FULL))
# Set ticket ID