Skip to content

Releases: desultory/ugrd

0.9.1

23 Nov 17:02
7f90250
Compare
Choose a tag to compare

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

19 Nov 22:59
8e1c968
Compare
Choose a tag to compare

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

  • Fix typos in config_subvol.toml by @bwbuhse in #1

New Contributors

Full Changelog: 0.8.2...0.9.0

0.8.2

18 Nov 19:47
dda4f0e
Compare
Choose a tag to compare

Made log output cleaner.

Added checks for mount availability and hostonly option

Full Changelog: 0.8.1...0.8.2

0.8.1

08 Nov 01:59
26afb11
Compare
Choose a tag to compare

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

05 Nov 00:33
c7c3d3b
Compare
Choose a tag to compare

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

03 Nov 00:59
e29a100
Compare
Choose a tag to compare

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

02 Nov 15:31
c5e36a4
Compare
Choose a tag to compare

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.

0.7.4

01 Nov 20:57
4d1a95a
Compare
Choose a tag to compare

made the gpg module simpler, implemented general file copying mechanism, improved docs

remove project name from the tag

0.7.1

31 Oct 20:53
c4f0d45
Compare
Choose a tag to compare

Cleaned up the backed a lot, started using submodule loading, broke the base module into more clear parts.

Improved debug printing with pretty print function.

0.6.3

31 Oct 02:17
c1900de
Compare
Choose a tag to compare

Added support for lspci -k and lsmod kmod autodetection methods.

Added kmod helper modules for excluding kmod categories such as sound and video.