feat: add dnf action support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user