Releases: desultory/ugrd
0.9.1
RECURSIVE MODULE RESOLUTION IS BROKEN IN THIS VERSION
Added more type hints
Removed zen_custom, it now exists at: https://github.com/desultory/zenlib/releases/tag/1.0.0
This is not currently in pypi but is in the GURU repos, or can be installed manually from the GitHub release.
Fixed Paths being passed to subprocess.run/logger
Full Changelog: 0.9.0...0.9.1
0.9.0
Greatly improved kmod resolution, fixed a few bugs with ignores not working as intended.
Added nonetwork kmod ignore template.
Added additional command line args to control module resolution.
Added kmod firmware pulling
Added type hints to most of the modules.
Improved documentation
What's Changed
New Contributors
Full Changelog: 0.8.2...0.9.0
0.8.2
Made log output cleaner.
Added checks for mount availability and hostonly option
Full Changelog: 0.8.1...0.8.2
0.8.1
Add system to rotate old files instead of overwriting.
Fix libgcc library pulling in cryptsetup module.
Full Changelog: 0.8.0...0.8.1
0.8.0
Made cpio
a base module, changed the script to be more dracut compatible.
The argument passed to the script now specifies an output cpio file location.
Config can be passed with -c
or --config
--force
and --kernel-image
do nothing but I may add UKI support later.
Full Changelog: 0.7.7...0.8.0
0.7.7
Full Changelog: 0.7.5...0.7.7
Greatly improved smartcard usage in the initramfs.
The smartcard can be added much later in the boot process, and can still be used. How auto-retries work can be more finely tuned.
Documented and improved the debug module, added init_debug
where the debug shell can be executed just after init_pre
. start_shell
can be used to start the shell at that runlevel. Otherwise, debug just pulls many debug tools.
0.7.5
Full Changelog: 0.7.4...0.7.5
Improved error handling at runtime.
Added init_early
runlevel.
try_nokey
can be specified in cryptsetup mounts, which will attempt passkey entry if keys are unusable.
Implemented retry generator mechanism, may add it to the main class.