-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[wim] Always process .wim image file last
The order of input files is undefined on a UEFI system, which could potentially lead to a situation in which a file automatically extracted from a .wim image takes priority over a file provided explicitly. This issue has not arisen in practice since wimboot is almost always loaded by iPXE, and iPXE happens to preserve the order of downloaded files within the virtual filesystem. Fix by deferring processing of the .wim file until after all other input files have been read. Modify the automated test script to place the .wim download in between two files that are both required for the test to pass. Signed-off-by: Michael Brown <mbrown@fensystems.co.uk>
- Loading branch information
Showing
3 changed files
with
31 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters