Skip to content

Commit 8c86a53

Browse files
committed
DasharoModulePkg/SovereignBootWizard: Do not select any mode on welcome form
Signed-off-by: Michał Żygowski <[email protected]>
1 parent a3d2ccb commit 8c86a53

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

DasharoModulePkg/Application/SovereignBootWizard/SovereignBootWizardVfr.vfr

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@ formset
4444

4545
subtitle text = STRING_TOKEN(STR_WELCOME_SUBTITLE);
4646

47-
subtitle text = STRING_TOKEN(STR_EMPTY_STRING);
47+
// Empty text field so that none of the options are
48+
// highlighted/selected by default.
49+
text
50+
help = STRING_TOKEN(STR_EMPTY_STRING),
51+
text = STRING_TOKEN(STR_EMPTY_STRING);
4852

4953
goto SOVEREIGN_BOOT_WIZARD_CONFIG_FORM_ID,
5054
prompt = STRING_TOKEN(STR_SELECT_SOVEREIGN_BOOT),
@@ -58,6 +62,8 @@ formset
5862
text = STRING_TOKEN(STR_SOVEREIGN_BOOT_FEATURES);
5963
endif;
6064

65+
subtitle text = STRING_TOKEN(STR_EMPTY_STRING);
66+
6167
goto SOVEREIGN_BOOT_WIZARD_MS_SECURE_BOOT_FORM_ID,
6268
prompt = STRING_TOKEN(STR_SELECT_DEFAULT_SECURE_BOOT),
6369
help = STRING_TOKEN(STR_SELECT_DEFAULT_SECURE_BOOT_HELP),

DasharoModulePkg/Application/SovereignBootWizard/SovereignBootWizardVfrStrings.uni

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,17 @@
2121
#langdef en-US "English"
2222

2323
#string STR_FORM_SET_TITLE #language en-US "Sovereign Boot Provisioning Wizard"
24-
#string STR_FORM_SET_TITLE_HELP #language en-US ""
25-
#string STR_EMPTY_STRING #language en-US ""
24+
#string STR_FORM_SET_TITLE_HELP #language en-US " "
25+
#string STR_EMPTY_STRING #language en-US " "
2626
#string STR_EXIT_TEXT #language en-US "[Exit]"
2727

2828
#string FUNCTION_NINE_STRING #language en-US "F9=Reset to Defaults"
2929
#string FUNCTION_TEN_STRING #language en-US "F10=Save"
3030

3131
// Welcome page strings
3232
#string STR_FORM1_TITLE #language en-US "Sovereign Boot Provisioning Wizard"
33-
#string STR_WELCOME_SUBTITLE #language en-US "Welcome to Sovereign Boot Provisioning Wizard!"
33+
#string STR_WELCOME_SUBTITLE #language en-US "Welcome to Sovereign Boot Provisioning Wizard!\n\n"
34+
"Please select the UEFI Secure Boot scheme you would like to use:"
3435

3536
#string STR_SELECT_SOVEREIGN_BOOT #language en-US "Sovereign Boot"
3637
#string STR_SELECT_SOVEREIGN_BOOT_HELP #language en-US ""

0 commit comments

Comments
 (0)