1
0

feat: add dnf action support

This commit is contained in:
2026-04-26 02:57:22 +02:00
parent 8b566f0793
commit faeac57bf4
4 changed files with 14 additions and 1 deletions
+2
View File
@@ -26,6 +26,7 @@
## Supported actions
- `apt`
- `yum`
- `dnf`
- `pkg`
- `pacman`
- `apk`
@@ -71,6 +72,7 @@
- Log summary generation was rewritten to avoid `sed -i` interpolation and now replaces the log atomically
- `apk` and `apt` cleanup behavior was corrected to better match real package-manager semantics
- The sample configuration in `config/netupgrade/hypervisor-01.cfg` now keeps the alternate `docker-01` reboot example commented out rather than active by default
- A new `dnf` action was added alongside the existing `yum` action to support newer RPM-based systems without breaking existing configurations
## Change guidance
- `STATE.md` should stay focused on current state, architecture, and constraints