* refactor(iso-script): improve flexibility and add new images
- Add associative array for image configurations
- Include new images: aurora, cosmic, server-zfs
- Dynamically generate desktop options
- Simplify logic for adding parameters to image name
- Improve handling of specific desktop options (dx, asus, surface)
- Enhance code modularity for easier future modifications
- Update VARIANT selection logic for all images
BREAKING CHANGE: The script now uses a new configuration structure for image options, which may require updates to any external dependencies or documentation referencing the old script structure. New images have been added and VARIANT selection has been modified for existing images.
* fix(iso-script): enable ASUS support for Silverblue and Kinoite
* docs: update URLs to reflect new file structure
This commit updates various documentation and configuration file URLs to match the new directory structure for the secureblue project. These changes ensure that links resolve correctly and point to the appropriate files after the recent reorganization.
* chore: delete file vanadium_comparison.readme.md
---------
Co-authored-by: qoijjj <129108030+qoijjj@users.noreply.github.com>
* Add a ujust script that applies highest supported flatpak malloc hwcap
This script runs ld-linux-x86-64.so.2 --help to identify supported microarchitectures, then applies a flatpak override to set LD_PRELOAD to load the highest supported hwcap for libhardened_malloc.so
* revert addition to 60-custom.just
* add automatic flatpak malloc hwcap selection to yafti.yml
This script runs ld-linux-x86-64.so.2 --help to identify supported microarchitectures, then applies a flatpak override to set LD_PRELOAD to load the highest supported hwcap for libhardened_malloc.so
* Update yafti.yml to run `ujust harden-flatpak` instead of duplicating it
---------
Co-authored-by: qoijjj <129108030+qoijjj@users.noreply.github.com>