Skip to content

Commit

Permalink
[wim] Add \sms\boot\boot.sdi as a search path for boot.sdi
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Brown <mbrown@fensystems.co.uk>
  • Loading branch information
mcb30 committed Feb 11, 2021
1 parent bad6147 commit 090fb84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/efifile.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ static const wchar_t *efi_wim_paths[] = {
L"\\Windows\\Boot\\Fonts\\segoen_slboot.ttf",
L"\\Windows\\Boot\\Fonts\\segoe_slboot.ttf",
L"\\Windows\\Boot\\Fonts\\wgl4_boot.ttf",
L"\\sms\\boot\\boot.sdi",
NULL
};

Expand Down
1 change: 1 addition & 0 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ static const wchar_t *wim_paths[] = {
L"\\Windows\\Boot\\Fonts\\segoen_slboot.ttf",
L"\\Windows\\Boot\\Fonts\\segoe_slboot.ttf",
L"\\Windows\\Boot\\Fonts\\wgl4_boot.ttf",
L"\\sms\\boot\\boot.sdi",
NULL
};

Expand Down

0 comments on commit 090fb84

Please sign in to comment.