Release v0.4.0 - Smart Backend Detection & Layering Management
This version brings significant improvements to system stability when handling modified packages (layering) and optimizes automatic detection of bootc and rpm-ostree environments.
馃殌 What's New
Layering Removal and Reset (Reset to clean image)
- New option in menu
[4]: Allows you to inspect and remove locally added packages (layered packages). - Selective or Full Removal: Choose between removing packages individually or performing a full reset (
sudo rpm-ostree reset) to revert to the original base image.
Smart Backend Detection (detect_backend)
- Automatic Fallback: If the
bootcutility is present on the system but the current deployment uses the traditional OSTree structure (without an image source configured), the script automatically selectsrpm-ostreeto ensure commands execute correctly.
馃摝 How to Update
To manually update to version v0.4.0:
curl -fsSL https://raw.githubusercontent.com/diogopessoa/bootc-manager/main/bootc-manager.sh -o bootc-manager.sh
chmod +x bootc-manager.sh