commit 68b09d3e277e54741f869ab998ec4089ead60791 parent 5fc18a2cd3fb3bdfe66c25b9488a03d16374abdc Author: Slack Coder <slackcoder@server.ky> Date: Mon, 29 Apr 2024 17:10:04 -0500 Add Change Log Diffstat:
| A | ChangeLog.md | | | 18 | ++++++++++++++++++ |
1 file changed, 18 insertions(+), 0 deletions(-)
diff --git a/ChangeLog.md b/ChangeLog.md @@ -0,0 +1,18 @@ +# Change Log + +All notable changes to this project will be documented in this file. + +## [0.2.0-alpha] - 2024-04-29 + +### Added + + - Added configuration for source and destination initrd paths. + +### Changed + + - No longer expect mkinitrd to have the destination initrd configured for the EFI. + +### Fixed + + - Avoid using the 'USER' environment variable which is not set by SysVInit. + - Avoid emitting successful install messages on error.