Skip to content

Release v0.4.0 - Smart Backend Detection & Layering Management

Choose a tag to compare

@diogopessoa diogopessoa released this 09 Aug 19:40
· 21 commits to main since this release
3d4b4db

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 bootc utility is present on the system but the current deployment uses the traditional OSTree structure (without an image source configured), the script automatically selects rpm-ostree to 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