blob: 3af1040e3458f4df36e02f85a81e0658429b2a35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Change Log
All notable changes to this project will be documented in this file.
## [0.2.1] - 2024-08-13
### Fixed
- Fix how the kernel version is sourced to support recent changes in Slackware Current.
## [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.
|