-
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.
[patch] Patch the WIM image to include additional files
Add the ability to dynamically patch the WIM file to cause additional files to appear within the filesystem as seen by Windows. We do this by creating a new boot image metadata resource in which the directory \Windows\System32 includes additional directory entries for each file visible to wimboot (excluding any BCD, .sdi, or .wim files). This allows the boot process to be modified using e.g. a winpeshl.ini file dynamically generated by a web server. For example: #!ipxe kernel /wimboot initrd /media/Boot/BCD BCD initrd /media/Boot/boot.sdi boot.sdi initrd /media/sources/boot.wim boot.wim boot.wim initrd /cgi-bin/winpeshl.ini?mac=${mac} winpeshl.ini boot Signed-off-by: Michael Brown <mbrown@fensystems.co.uk>
- Loading branch information
Showing
9 changed files
with
862 additions
and
57 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
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
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
Oops, something went wrong.