Someone may choose to install a flatpak on the removal list intentionally, in which
case we don't want to forcibly remove it
This verifies the version file exists following a successful run and skips the removal
process if it does
* feat: add support for managing initramfs args
without disrupting bazzite-hardware-setup needed_initramfs args
* fix: make enable-vfio use new initramfs management
* fix: quote the initramfs to not bug rpm-ostree
* chore: sort argsfiles from args.d before parsing
* chore: bump hw version and cleanup
* chore: add missing indent for vfio section
* fix: add missing reboot on rebuild of initramfs
* feat: Layer Steam & Lutris on all images, unifying behavior across Bazzite.
feat: Add gamescope to non-nvidia desktop images.
chore: Remove versions checks now that F39 is stable.
* chore: Remove bazzite-arch from yafti, always set up desktop icons
* chore(readme): Remove bazzite-arch mentions
feat: Add vk_hdr_layer for future use
* chore: Clean up just commands for layered steam
* chore(ci): Syntax fix
* chore: Replace libOSMesa as well
* chore: Disable vkcapture on all surface images
* chore: Autostart Steam on all images
* chore: Remove old bazzite-arch installs automatically (if applicable)
* chore: Also remove old desktop icons after replacement
* chore: Recommend ujust over just
* chore(readme): Remove KDE note on XwaylandVideoBridge, no longer true.
* chore: Move bazzite-steam binary to desktop image
It assures that this value will get properly configured for systems with ≥6.75GBs of RAM.
As this article shows, too low of a value is not good, and too high of a value is not good.
https://linuxhint.com/vm_min_free_kbytes_sysctl/
It is the only remaining non-applied ZRAM tweak from Pop-OS, which they included in their zram service.
pop-os/default-settings@7fcad35#diff-964fc7d24025670fb776c01ef2943c84e637a3675c164696aebae19d86c8d46eR62
This checks if minimum-free ZRAM value is 1% of the maximum RAM of the current system, hence why this must go to the hardware service compared to simple sysctl config change.
* fix: Remove rd.luks.options=discard karg
There is no need for it since it will be applied automatically with initramfs LUKS workaround.
* Use --append-if-missing instead of --append for rpm-ostree kargs