aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlack Coder <slackcoder@server.ky>2024-04-29 17:10:04 -0500
committerSlack Coder <slackcoder@server.ky>2024-04-29 17:39:42 -0500
commit68b09d3e277e54741f869ab998ec4089ead60791 (patch)
treef814063677faac1ac7ff38e03718bcf0b5f0f479
parent5fc18a2cd3fb3bdfe66c25b9488a03d16374abdc (diff)
downloadefi-sync-68b09d3e277e54741f869ab998ec4089ead60791.tar.xz
Add Change Log
-rw-r--r--ChangeLog.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
new file mode 100644
index 0000000..777eee4
--- /dev/null
+++ 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.