Skip to content

Commit

Permalink
src/winusb: workaround_support_windows_7_uefi_boot: Fix issue of not …
Browse files Browse the repository at this point in the history
…found bootmgfw.efi

Signed-off-by: 林博仁 <[email protected]>
  • Loading branch information
brlin-tw committed Jun 6, 2017
1 parent 41f2d6a commit 55ce59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/winusb
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ workaround_support_windows_7_uefi_boot(){
e\
-so\
"${source_fs_mountpoint}/sources/install.wim"\
"1/Windows/Boot/EFI/bootmgfw.efi"\
"Windows/Boot/EFI/bootmgfw.efi"\
> "${target_fs_mountpoint}/EFI/Boot/bootx64.efi"
else
echo_with_color yellow "Warning: '7z' utility not found, workaround is not applied." >&2
Expand Down

0 comments on commit 55ce59d

Please sign in to comment.