aboutsummaryrefslogtreecommitdiffstats
path: root/Lessons/Lesson_57
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-11-10 17:32:30 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-11-10 17:32:30 +0300
commit88759a9fda0704dcfcf873e9c3e2f1d793214af9 (patch)
tree1d8073731558d6edc5f1c39067dfb4548cb11b5f /Lessons/Lesson_57
parentd03724c8fc726c9add02ed19984d66077edd56ef (diff)
downloadUEFI-Lessons-88759a9fda0704dcfcf873e9c3e2f1d793214af9.tar.gz
UEFI-Lessons-88759a9fda0704dcfcf873e9c3e2f1d793214af9.tar.bz2
UEFI-Lessons-88759a9fda0704dcfcf873e9c3e2f1d793214af9.zip
Corrections for the lesson 57
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'Lessons/Lesson_57')
-rw-r--r--Lessons/Lesson_57/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lessons/Lesson_57/README.md b/Lessons/Lesson_57/README.md
index ecbf8b7..9b02218 100644
--- a/Lessons/Lesson_57/README.md
+++ b/Lessons/Lesson_57/README.md
@@ -98,8 +98,8 @@ And https://github.com/tianocore/edk2/blob/master/OvmfPkg/PlatformDxe/Platform.u
#string STR_FORMSET_HELP #language en-US "Change various OVMF platform settings."
```
This would produce this output in the BIOS menu:
-![Formset_title_help](Formset_title_help.png?raw=true "Formset_title_help")
+![Formset_title_help](Formset_title_help.png?raw=true "Formset_title_help")
Okay, now that we have VFR and UNI files it is time to publish our form to the HII. Add VFR and UNI files to the `Sources` section in the `UefiLessonsPkg/HIISimpleForm/HIISimpleForm.inf`:
```