What's Changed
Bugfix:
- keymap: Ignore utf-8 decoding errors by @shuber2 in #113
- Reorganize livecd module to not include hfsplus by default by @desultory in #118
Add arch support:
- add kernel image reading for arch by @desultory in #109
- add validate toggle for arch kernel version check by @desultory in #110
- Improve arch install usage, automatically detect package name and set the file name by @desultory in #111
- Add alpm post-install hook by @desultory in #117
Detection:
- Detect aes kmods from the LUKS header by @desultory in #123
Validation:
- Add toggle for cryptsetup header validation by @desultory in #121
- Add more thorough checks for ciphers and hashes in kmods, process /proc/crypto by @desultory in #115
Logging:
- improve error message for when the root is on a device mapper device by @desultory in #122
- Don't log cmdline options twice by @desultory in #120
Testing:
- Improve output path testing to include TMPDIR usage by @desultory in #116
Doc improvements:
- improve installation/keymap docs/comments by @desultory in #114
Experimental features:
- add force_out, to ignore tmpdir for out_file/dir by @desultory in #119
The name may change, this is to work around the way installkernel is called when make install is run, which passes a relative path.
New Contributors
Full Changelog: 1.27.1...1.28.0