diff --git a/Scripts/functions/winpe_menus.py b/Scripts/functions/winpe_menus.py index 64a63e97..637f5d0f 100644 --- a/Scripts/functions/winpe_menus.py +++ b/Scripts/functions/winpe_menus.py @@ -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