Pre release!
Overview of changes
Add init/import ordering.
Make code style more standardized.
Improve logging/output.
Add basic ZFS support
Add zstandard compression support
Fixed a variety of bugs
What's Changed
- kmod: mask i915 by default by @desultory in #204
- V2 by @desultory in #203
- clean imports, black format by @desultory in #205
- improve readme by @desultory in #206
- don't run mount_fstab if a fstab is not in the initramfs by @desultory in #208
- improve failed command error logging by @desultory in #209
- don't actually use lspci by @desultory in #210
- don't process dm items for fakeuedv and crash the shell when nonexistent by @desultory in #211
- add option to randomize the build dir name by @desultory in #212
- improve build logging by @desultory in #213
- add basic ZFS support by @desultory in #207
- remove duplicate/unused code by @desultory in #215
- don't make symlinks if the host path is not a symlink, add binary search paths by @desultory in #216
- improve livecd module to take dynamic labels/squashfs targets by @desultory in #217
- improve mount detection for late mounts by @desultory in #219
- use %b instead of %s for log lines, to render format specifiers by @desultory in #220
- reattempt livecd mounts on failure by @desultory in #221
- stop if mounts are detected in the build dir, pass build mounts to tests by @desultory in #222
- allow use of non-xz compression types by @desultory in #223
- use zstandard instead of zstd by @desultory in #228
- improve docs, prevent infinite recursion with kmod resolution by @desultory in #229
- fix kmod recursion, add tests by @desultory in #230
- fix video mask (wmi in standard mask) by @desultory in #231
- only add kmod deps after all kmods have been resolved, don't add ignored modules if they are removed later by @desultory in #232
- improve mdraid detection to handle partitions, improve error messages by @desultory in #226
- improve logging on invald kernel_version by @desultory in #233
- improve color consistency by @desultory in #234
- improve installkernel verbose handling, don't pass an empty arg by @desultory in #235
- improve warning, glibc instead of GCC by @desultory in #236
- docs/*: Replace ugrd/UGRD with correct spelling by @1vybridge in #237
- docs/bootloader_config.md: fix typo by @1vybridge in #238
- docs/configuration.md: fix typo by @1vybridge in #239
- print the kernel version on rd_fail by @desultory in #240
- improve mdadm init and resume support by @desultory in #241
- Update resume.py by @linuxandos2 in #242
- extend list, don't redefine key for mdadm init order change by @desultory in #243
- fix import order not accounting for changing index, improve comments, fix logging typo by @desultory in #244
New Contributors
- @1vybridge made their first contribution in #237
- @linuxandos2 made their first contribution in #242
Full Changelog: 1.31.2...2.0.0-pre