diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7cbffce --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## [0.0.2] - 2020-02-04 +### Added + - Supports detecting already installed WAIK and wopies the WinPE images from there. (otherwise fallback to installing WAIK via choco) + +### BugFixes + - Fixed issue for which installed WinPE images where not detected + - Changed error supression pattern + +## [0.0.1] - 2020-02-04 +Initial Release \ No newline at end of file diff --git a/README.md b/README.md index 8718fd9..f31d90d 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,7 @@ Simply Clone this repository to your local machine and place a windows ISO insid - Copy all the content from the within the "finalized" folder to the webserver serving your windows images. - Configure your Foreman Installation Media to point to this folder. As you can see from the folder structure, we included the architecture in the path! - -# to-do - - A manifest ini is now created to tell the consumer in which WIM-file an image is stored (based on the optimization level); however at this point in time the template does not consume this manifest file! + - Use the latest community templates; this contains a rule which interprets a manifest ini that configures downloading of the correct source. This proves to be faster in download times + faster install time (compared to downloading the entire WIM as-is) # Result ![Result PXE](/doc/pxe.png?raw=true "PXE")