Skip to content

Commit

Permalink
[TASK] Added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Arend Lapere committed Feb 4, 2020
1 parent 0f63c8b commit 0a5224d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 0a5224d

Please sign in to comment.