diff --git a/build/50-remove packages and enable Services b/build/50-remove packages and enable Services new file mode 100644 index 0000000..e8677b2 --- /dev/null +++ b/build/50-remove packages and enable Services @@ -0,0 +1,20 @@ +#!/usr/bin/bash +set -eoux pipefail + + +############################################################################### +# Cleanup of Unwanted Packages +############################################################################### +echo "Removing Firefox and langpacks..." +dnf5 remove -y firefox firefox-langpacks* || true + +############################################################################### +# Services Configuration +############################################################################### +echo "Enabling services..." +systemctl enable libvirtd.service +systemctl enable virtlogd.service +systemctl enable podman.socket +systemctl enable bluetooth.service +systemctl enable plasma-setup.service +systemctl enable bootc-fetch-apply-updates.timer