From 6686d9ecc9189aec078c1713e14ff082a640b10a Mon Sep 17 00:00:00 2001 From: qoijjj <129108030+qoijjj@users.noreply.github.com> Date: Mon, 11 Mar 2024 18:04:13 -0700 Subject: [PATCH] chore: remove deprecated images --- .github/workflows/build.yml | 69 +++---------------- .github/workflows/release-iso.yml | 46 ------------- config/common/nvidia-laptop-scripts.yml | 3 - .../nvidia-optimus-workaround-scripts.yml | 3 - .../recipe-kinoite-asus-nvidia-userns.yml | 0 .../recipe-kinoite-asus-nvidia.yml | 0 .../recipe-kinoite-asus-userns.yml | 0 .../{laptop => asus}/recipe-kinoite-asus.yml | 0 .../recipe-silverblue-asus-nvidia-userns.yml | 0 .../recipe-silverblue-asus-nvidia.yml | 0 .../recipe-silverblue-asus-userns.yml | 0 .../recipe-silverblue-asus.yml | 0 config/recipes/laptop/laptop-bling.yml | 14 ---- .../recipe-bluefin-dx-framework-userns.yml | 22 ------ .../recipe-bluefin-dx-main-laptop-userns.yml | 22 ------ ...recipe-bluefin-dx-nvidia-laptop-userns.yml | 24 ------- .../recipe-bluefin-framework-userns.yml | 22 ------ .../laptop/recipe-bluefin-framework.yml | 24 ------- .../recipe-bluefin-main-laptop-userns.yml | 22 ------ .../laptop/recipe-bluefin-main-laptop.yml | 24 ------- .../recipe-bluefin-nvidia-laptop-userns.yml | 24 ------- .../laptop/recipe-bluefin-nvidia-laptop.yml | 26 ------- .../recipe-cinnamon-main-laptop-userns.yml | 21 ------ .../laptop/recipe-cinnamon-main-laptop.yml | 23 ------- .../recipe-cinnamon-nvidia-laptop-userns.yml | 23 ------- .../laptop/recipe-cinnamon-nvidia-laptop.yml | 25 ------- .../recipe-kinoite-framework-userns.yml | 23 ------- .../laptop/recipe-kinoite-framework.yml | 25 ------- .../recipe-kinoite-main-laptop-userns.yml | 23 ------- .../laptop/recipe-kinoite-main-laptop.yml | 25 ------- .../recipe-kinoite-nvidia-laptop-userns.yml | 24 ------- .../laptop/recipe-kinoite-nvidia-laptop.yml | 26 ------- .../recipe-sericea-framework-userns.yml | 21 ------ .../laptop/recipe-sericea-framework.yml | 23 ------- .../recipe-sericea-main-laptop-userns.yml | 21 ------ .../laptop/recipe-sericea-main-laptop.yml | 23 ------- .../recipe-sericea-nvidia-laptop-userns.yml | 22 ------ .../laptop/recipe-sericea-nvidia-laptop.yml | 24 ------- .../recipe-silverblue-framework-userns.yml | 22 ------ .../laptop/recipe-silverblue-framework.yml | 24 ------- .../recipe-silverblue-main-laptop-userns.yml | 22 ------ .../laptop/recipe-silverblue-main-laptop.yml | 24 ------- ...recipe-silverblue-nvidia-laptop-userns.yml | 24 ------- .../recipe-silverblue-nvidia-laptop.yml | 26 ------- ...pe-wayblue-hyprland-main-laptop-userns.yml | 21 ------ .../recipe-wayblue-hyprland-main-laptop.yml | 23 ------- ...-wayblue-hyprland-nvidia-laptop-userns.yml | 23 ------- .../recipe-wayblue-hyprland-nvidia-laptop.yml | 25 ------- ...ecipe-wayblue-river-main-laptop-userns.yml | 21 ------ .../recipe-wayblue-river-main-laptop.yml | 23 ------- ...ipe-wayblue-river-nvidia-laptop-userns.yml | 23 ------- .../recipe-wayblue-river-nvidia-laptop.yml | 25 ------- ...recipe-wayblue-sway-main-laptop-userns.yml | 21 ------ .../recipe-wayblue-sway-main-laptop.yml | 23 ------- ...cipe-wayblue-sway-nvidia-laptop-userns.yml | 23 ------- .../recipe-wayblue-sway-nvidia-laptop.yml | 25 ------- ...ipe-wayblue-wayfire-main-laptop-userns.yml | 22 ------ .../recipe-wayblue-wayfire-main-laptop.yml | 24 ------- ...e-wayblue-wayfire-nvidia-laptop-userns.yml | 24 ------- .../recipe-wayblue-wayfire-nvidia-laptop.yml | 26 ------- .../scripts/nvidiaoptimuspowermanagement.sh | 10 --- config/scripts/nvidiaoptimusworkaround.sh | 8 --- 62 files changed, 10 insertions(+), 1239 deletions(-) delete mode 100644 .github/workflows/release-iso.yml delete mode 100644 config/common/nvidia-laptop-scripts.yml delete mode 100644 config/common/nvidia-optimus-workaround-scripts.yml rename config/recipes/{laptop => asus}/recipe-kinoite-asus-nvidia-userns.yml (100%) rename config/recipes/{laptop => asus}/recipe-kinoite-asus-nvidia.yml (100%) rename config/recipes/{laptop => asus}/recipe-kinoite-asus-userns.yml (100%) rename config/recipes/{laptop => asus}/recipe-kinoite-asus.yml (100%) rename config/recipes/{laptop => asus}/recipe-silverblue-asus-nvidia-userns.yml (100%) rename config/recipes/{laptop => asus}/recipe-silverblue-asus-nvidia.yml (100%) rename config/recipes/{laptop => asus}/recipe-silverblue-asus-userns.yml (100%) rename config/recipes/{laptop => asus}/recipe-silverblue-asus.yml (100%) delete mode 100644 config/recipes/laptop/laptop-bling.yml delete mode 100644 config/recipes/laptop/recipe-bluefin-dx-framework-userns.yml delete mode 100644 config/recipes/laptop/recipe-bluefin-dx-main-laptop-userns.yml delete mode 100644 config/recipes/laptop/recipe-bluefin-dx-nvidia-laptop-userns.yml delete mode 100644 config/recipes/laptop/recipe-bluefin-framework-userns.yml delete mode 100644 config/recipes/laptop/recipe-bluefin-framework.yml delete mode 100644 config/recipes/laptop/recipe-bluefin-main-laptop-userns.yml delete mode 100644 config/recipes/laptop/recipe-bluefin-main-laptop.yml delete mode 100644 config/recipes/laptop/recipe-bluefin-nvidia-laptop-userns.yml delete mode 100644 config/recipes/laptop/recipe-bluefin-nvidia-laptop.yml delete mode 100644 config/recipes/laptop/recipe-cinnamon-main-laptop-userns.yml delete mode 100644 config/recipes/laptop/recipe-cinnamon-main-laptop.yml delete mode 100644 config/recipes/laptop/recipe-cinnamon-nvidia-laptop-userns.yml delete mode 100644 config/recipes/laptop/recipe-cinnamon-nvidia-laptop.yml delete mode 100644 config/recipes/laptop/recipe-kinoite-framework-userns.yml delete mode 100644 config/recipes/laptop/recipe-kinoite-framework.yml delete mode 100644 config/recipes/laptop/recipe-kinoite-main-laptop-userns.yml delete mode 100644 config/recipes/laptop/recipe-kinoite-main-laptop.yml delete mode 100644 config/recipes/laptop/recipe-kinoite-nvidia-laptop-userns.yml delete mode 100644 config/recipes/laptop/recipe-kinoite-nvidia-laptop.yml delete mode 100644 config/recipes/laptop/recipe-sericea-framework-userns.yml delete mode 100644 config/recipes/laptop/recipe-sericea-framework.yml delete mode 100644 config/recipes/laptop/recipe-sericea-main-laptop-userns.yml delete mode 100644 config/recipes/laptop/recipe-sericea-main-laptop.yml delete mode 100644 config/recipes/laptop/recipe-sericea-nvidia-laptop-userns.yml delete mode 100644 config/recipes/laptop/recipe-sericea-nvidia-laptop.yml delete mode 100644 config/recipes/laptop/recipe-silverblue-framework-userns.yml delete mode 100644 config/recipes/laptop/recipe-silverblue-framework.yml delete mode 100644 config/recipes/laptop/recipe-silverblue-main-laptop-userns.yml delete mode 100644 config/recipes/laptop/recipe-silverblue-main-laptop.yml delete mode 100644 config/recipes/laptop/recipe-silverblue-nvidia-laptop-userns.yml delete mode 100644 config/recipes/laptop/recipe-silverblue-nvidia-laptop.yml delete mode 100644 config/recipes/laptop/recipe-wayblue-hyprland-main-laptop-userns.yml delete mode 100644 config/recipes/laptop/recipe-wayblue-hyprland-main-laptop.yml delete mode 100644 config/recipes/laptop/recipe-wayblue-hyprland-nvidia-laptop-userns.yml delete mode 100644 config/recipes/laptop/recipe-wayblue-hyprland-nvidia-laptop.yml delete mode 100644 config/recipes/laptop/recipe-wayblue-river-main-laptop-userns.yml delete mode 100644 config/recipes/laptop/recipe-wayblue-river-main-laptop.yml delete mode 100644 config/recipes/laptop/recipe-wayblue-river-nvidia-laptop-userns.yml delete mode 100644 config/recipes/laptop/recipe-wayblue-river-nvidia-laptop.yml delete mode 100644 config/recipes/laptop/recipe-wayblue-sway-main-laptop-userns.yml delete mode 100644 config/recipes/laptop/recipe-wayblue-sway-main-laptop.yml delete mode 100644 config/recipes/laptop/recipe-wayblue-sway-nvidia-laptop-userns.yml delete mode 100644 config/recipes/laptop/recipe-wayblue-sway-nvidia-laptop.yml delete mode 100644 config/recipes/laptop/recipe-wayblue-wayfire-main-laptop-userns.yml delete mode 100644 config/recipes/laptop/recipe-wayblue-wayfire-main-laptop.yml delete mode 100644 config/recipes/laptop/recipe-wayblue-wayfire-nvidia-laptop-userns.yml delete mode 100644 config/recipes/laptop/recipe-wayblue-wayfire-nvidia-laptop.yml delete mode 100644 config/scripts/nvidiaoptimuspowermanagement.sh delete mode 100644 config/scripts/nvidiaoptimusworkaround.sh diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4d86b43..473c739 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,34 +41,11 @@ jobs: - recipes/general/recipe-wayblue-river-nvidia.yml - recipes/general/recipe-wayblue-sway-main.yml - recipes/general/recipe-wayblue-sway-nvidia.yml - # laptop - - recipes/laptop/recipe-silverblue-main-laptop.yml - - recipes/laptop/recipe-silverblue-nvidia-laptop.yml - - recipes/laptop/recipe-silverblue-asus.yml - - recipes/laptop/recipe-silverblue-asus-nvidia.yml - - recipes/laptop/recipe-kinoite-asus.yml - - recipes/laptop/recipe-kinoite-asus-nvidia.yml - - recipes/laptop/recipe-kinoite-main-laptop.yml - - recipes/laptop/recipe-kinoite-nvidia-laptop.yml - - recipes/laptop/recipe-cinnamon-main-laptop.yml - - recipes/laptop/recipe-cinnamon-nvidia-laptop.yml - - recipes/laptop/recipe-bluefin-main-laptop.yml - - recipes/laptop/recipe-bluefin-nvidia-laptop.yml - - recipes/laptop/recipe-sericea-main-laptop.yml - - recipes/laptop/recipe-sericea-nvidia-laptop.yml - - recipes/laptop/recipe-wayblue-wayfire-main-laptop.yml - - recipes/laptop/recipe-wayblue-wayfire-nvidia-laptop.yml - - recipes/laptop/recipe-wayblue-hyprland-main-laptop.yml - - recipes/laptop/recipe-wayblue-hyprland-nvidia-laptop.yml - - recipes/laptop/recipe-wayblue-river-main-laptop.yml - - recipes/laptop/recipe-wayblue-river-nvidia-laptop.yml - - recipes/laptop/recipe-wayblue-sway-main-laptop.yml - - recipes/laptop/recipe-wayblue-sway-nvidia-laptop.yml - # framework - - recipes/laptop/recipe-silverblue-framework.yml - - recipes/laptop/recipe-kinoite-framework.yml - - recipes/laptop/recipe-bluefin-framework.yml - - recipes/laptop/recipe-sericea-framework.yml + # asus + - recipes/asus/recipe-silverblue-asus.yml + - recipes/asus/recipe-silverblue-asus-nvidia.yml + - recipes/asus/recipe-kinoite-asus.yml + - recipes/asus/recipe-kinoite-asus-nvidia.yml # server - recipes/server/recipe-server-main.yml - recipes/server/recipe-server-nvidia.yml @@ -94,37 +71,11 @@ jobs: - recipes/general/recipe-wayblue-river-nvidia-userns.yml - recipes/general/recipe-wayblue-sway-main-userns.yml - recipes/general/recipe-wayblue-sway-nvidia-userns.yml - # laptop - - recipes/laptop/recipe-silverblue-main-laptop-userns.yml - - recipes/laptop/recipe-silverblue-nvidia-laptop-userns.yml - - recipes/laptop/recipe-silverblue-asus-userns.yml - - recipes/laptop/recipe-silverblue-asus-nvidia-userns.yml - - recipes/laptop/recipe-kinoite-asus-userns.yml - - recipes/laptop/recipe-kinoite-asus-nvidia-userns.yml - - recipes/laptop/recipe-kinoite-main-laptop-userns.yml - - recipes/laptop/recipe-kinoite-nvidia-laptop-userns.yml - - recipes/laptop/recipe-cinnamon-main-laptop-userns.yml - - recipes/laptop/recipe-cinnamon-nvidia-laptop-userns.yml - - recipes/laptop/recipe-bluefin-main-laptop-userns.yml - - recipes/laptop/recipe-bluefin-nvidia-laptop-userns.yml - - recipes/laptop/recipe-bluefin-dx-main-laptop-userns.yml - - recipes/laptop/recipe-bluefin-dx-nvidia-laptop-userns.yml - - recipes/laptop/recipe-sericea-main-laptop-userns.yml - - recipes/laptop/recipe-sericea-nvidia-laptop-userns.yml - - recipes/laptop/recipe-wayblue-wayfire-main-laptop-userns.yml - - recipes/laptop/recipe-wayblue-wayfire-nvidia-laptop-userns.yml - - recipes/laptop/recipe-wayblue-hyprland-main-laptop-userns.yml - - recipes/laptop/recipe-wayblue-hyprland-nvidia-laptop-userns.yml - - recipes/laptop/recipe-wayblue-river-main-laptop-userns.yml - - recipes/laptop/recipe-wayblue-river-nvidia-laptop-userns.yml - - recipes/laptop/recipe-wayblue-sway-main-laptop-userns.yml - - recipes/laptop/recipe-wayblue-sway-nvidia-laptop-userns.yml - # framework - - recipes/laptop/recipe-silverblue-framework-userns.yml - - recipes/laptop/recipe-kinoite-framework-userns.yml - - recipes/laptop/recipe-bluefin-framework-userns.yml - - recipes/laptop/recipe-bluefin-dx-framework-userns.yml - - recipes/laptop/recipe-sericea-framework-userns.yml + # asus + - recipes/asus/recipe-silverblue-asus-userns.yml + - recipes/asus/recipe-silverblue-asus-nvidia-userns.yml + - recipes/asus/recipe-kinoite-asus-userns.yml + - recipes/asus/recipe-kinoite-asus-nvidia-userns.yml # server - recipes/server/recipe-server-main-userns.yml - recipes/server/recipe-server-nvidia-userns.yml diff --git a/.github/workflows/release-iso.yml b/.github/workflows/release-iso.yml deleted file mode 100644 index c89ea27..0000000 --- a/.github/workflows/release-iso.yml +++ /dev/null @@ -1,46 +0,0 @@ -on: - push: - paths: - - "boot_menu.yml" - - ".github/workflows/release-iso.yml" - workflow_dispatch: - -name: release-iso -jobs: - release-iso: - name: Generate and Release ISOs - runs-on: ubuntu-latest - permissions: - contents: write - container: - image: fedora:39 - options: --privileged - steps: - - uses: actions/checkout@v4 - - name: Generate ISO - uses: ublue-os/isogenerator-old@v2.3.1 - id: isogenerator - with: - image-name: ${{ github.event.repository.name }} - installer-repo: releases - installer-major-version: 39 - boot-menu-path: boot_menu.yml - - name: install github CLI - run: | - sudo dnf install 'dnf-command(config-manager)' -y - sudo dnf config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo - sudo dnf install gh -y - - name: Upload ISO - env: - GITHUB_TOKEN: ${{ github.token }} - run: | - if gh release list -R ${{ github.repository_owner }}/${{ github.event.repository.name }} | grep "auto-iso"; then - gh release view auto-iso -R ${{ github.repository_owner }}/${{ github.event.repository.name }} --json assets -q .assets[].name | xargs --no-run-if-empty -L 1 gh release delete-asset auto-iso -R ${{ github.repository_owner }}/${{ github.event.repository.name }} - gh release upload auto-iso ${{ steps.isogenerator.outputs.iso-path }} -R ${{ github.repository_owner }}/${{ github.event.repository.name }} --clobber - else - gh release create auto-iso ${{ steps.isogenerator.outputs.iso-path }} -t ISO -n "This is an automatically generated ISO release." -R ${{ github.repository_owner }}/${{ github.event.repository.name }} - fi - - name: Upload SHA256SUM - env: - GITHUB_TOKEN: ${{ github.token }} - run: gh release upload auto-iso ${{ steps.isogenerator.outputs.sha256sum-path }} -R ${{ github.repository_owner }}/${{ github.event.repository.name }} --clobber diff --git a/config/common/nvidia-laptop-scripts.yml b/config/common/nvidia-laptop-scripts.yml deleted file mode 100644 index 19b620e..0000000 --- a/config/common/nvidia-laptop-scripts.yml +++ /dev/null @@ -1,3 +0,0 @@ -type: script -scripts: - - nvidiaoptimuspowermanagement.sh \ No newline at end of file diff --git a/config/common/nvidia-optimus-workaround-scripts.yml b/config/common/nvidia-optimus-workaround-scripts.yml deleted file mode 100644 index 6f35e19..0000000 --- a/config/common/nvidia-optimus-workaround-scripts.yml +++ /dev/null @@ -1,3 +0,0 @@ -type: script -scripts: - - nvidiaoptimusworkaround.sh \ No newline at end of file diff --git a/config/recipes/laptop/recipe-kinoite-asus-nvidia-userns.yml b/config/recipes/asus/recipe-kinoite-asus-nvidia-userns.yml similarity index 100% rename from config/recipes/laptop/recipe-kinoite-asus-nvidia-userns.yml rename to config/recipes/asus/recipe-kinoite-asus-nvidia-userns.yml diff --git a/config/recipes/laptop/recipe-kinoite-asus-nvidia.yml b/config/recipes/asus/recipe-kinoite-asus-nvidia.yml similarity index 100% rename from config/recipes/laptop/recipe-kinoite-asus-nvidia.yml rename to config/recipes/asus/recipe-kinoite-asus-nvidia.yml diff --git a/config/recipes/laptop/recipe-kinoite-asus-userns.yml b/config/recipes/asus/recipe-kinoite-asus-userns.yml similarity index 100% rename from config/recipes/laptop/recipe-kinoite-asus-userns.yml rename to config/recipes/asus/recipe-kinoite-asus-userns.yml diff --git a/config/recipes/laptop/recipe-kinoite-asus.yml b/config/recipes/asus/recipe-kinoite-asus.yml similarity index 100% rename from config/recipes/laptop/recipe-kinoite-asus.yml rename to config/recipes/asus/recipe-kinoite-asus.yml diff --git a/config/recipes/laptop/recipe-silverblue-asus-nvidia-userns.yml b/config/recipes/asus/recipe-silverblue-asus-nvidia-userns.yml similarity index 100% rename from config/recipes/laptop/recipe-silverblue-asus-nvidia-userns.yml rename to config/recipes/asus/recipe-silverblue-asus-nvidia-userns.yml diff --git a/config/recipes/laptop/recipe-silverblue-asus-nvidia.yml b/config/recipes/asus/recipe-silverblue-asus-nvidia.yml similarity index 100% rename from config/recipes/laptop/recipe-silverblue-asus-nvidia.yml rename to config/recipes/asus/recipe-silverblue-asus-nvidia.yml diff --git a/config/recipes/laptop/recipe-silverblue-asus-userns.yml b/config/recipes/asus/recipe-silverblue-asus-userns.yml similarity index 100% rename from config/recipes/laptop/recipe-silverblue-asus-userns.yml rename to config/recipes/asus/recipe-silverblue-asus-userns.yml diff --git a/config/recipes/laptop/recipe-silverblue-asus.yml b/config/recipes/asus/recipe-silverblue-asus.yml similarity index 100% rename from config/recipes/laptop/recipe-silverblue-asus.yml rename to config/recipes/asus/recipe-silverblue-asus.yml diff --git a/config/recipes/laptop/laptop-bling.yml b/config/recipes/laptop/laptop-bling.yml deleted file mode 100644 index 9f0f955..0000000 --- a/config/recipes/laptop/laptop-bling.yml +++ /dev/null @@ -1,14 +0,0 @@ -type: bling -install: - # Installs laptop related changes from upstream - # See the following for details: - # - https://blue-build.org/reference/modules/bling/ - # - https://github.com/blue-build/modules/blob/main/modules/bling/installers/laptop.sh - # - https://github.com/blue-build/modules/blob/main/modules/bling/50-laptop.conf - # - # **AMD 7040 series** user should consider avoiding bling `laptop` configuration at the moment. - # This bling config will install TLP over PPD and apply several rules to save battery life. - # However, TLP config will likely interfere with AMD suspend feature, - # hence PPD is typically recommended for **AMD 7040 series** users. - # See: https://community.frame.work/t/tracking-ppd-v-tlp-for-amd-ryzen-7040/39423/6 - - laptop \ No newline at end of file diff --git a/config/recipes/laptop/recipe-bluefin-dx-framework-userns.yml b/config/recipes/laptop/recipe-bluefin-dx-framework-userns.yml deleted file mode 100644 index 8944af1..0000000 --- a/config/recipes/laptop/recipe-bluefin-dx-framework-userns.yml +++ /dev/null @@ -1,22 +0,0 @@ -# image will be published to ghcr.io// -name: bluefin-dx-framework-userns-hardened -# description will be included in the image's metadata -description: "Bluefin-dx framework with some hardening applied" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/ublue-os/bluefin-dx-framework -image-version: 39 - -# list of modules, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/bluefin-packages.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - from-file: common/bluefin-scripts.yml - - type: yafti diff --git a/config/recipes/laptop/recipe-bluefin-dx-main-laptop-userns.yml b/config/recipes/laptop/recipe-bluefin-dx-main-laptop-userns.yml deleted file mode 100644 index 66d493f..0000000 --- a/config/recipes/laptop/recipe-bluefin-dx-main-laptop-userns.yml +++ /dev/null @@ -1,22 +0,0 @@ -# image will be published to ghcr.io// -name: bluefin-dx-main-laptop-userns-hardened -# description will be included in the image's metadata -description: "Bluefin-dx main with some hardening applied, for laptops" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/ublue-os/bluefin-dx -image-version: 39 - -# list of modules, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/bluefin-packages.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - from-file: common/bluefin-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-bluefin-dx-nvidia-laptop-userns.yml b/config/recipes/laptop/recipe-bluefin-dx-nvidia-laptop-userns.yml deleted file mode 100644 index 2854cae..0000000 --- a/config/recipes/laptop/recipe-bluefin-dx-nvidia-laptop-userns.yml +++ /dev/null @@ -1,24 +0,0 @@ -# image will be published to ghcr.io// -name: bluefin-dx-nvidia-laptop-userns-hardened -# description will be included in the image's metadata -description: "Bluefin-dx nvidia with some hardening applied, for laptops" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/ublue-os/bluefin-dx-nvidia -image-version: 39 - -# list of modules, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/bluefin-packages.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - from-file: common/bluefin-scripts.yml - - from-file: common/nvidia-optimus-workaround-scripts.yml - - from-file: common/nvidia-laptop-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-bluefin-framework-userns.yml b/config/recipes/laptop/recipe-bluefin-framework-userns.yml deleted file mode 100644 index 9842ba6..0000000 --- a/config/recipes/laptop/recipe-bluefin-framework-userns.yml +++ /dev/null @@ -1,22 +0,0 @@ -# image will be published to ghcr.io// -name: bluefin-framework-userns-hardened -# description will be included in the image's metadata -description: "Bluefin framework with some hardening applied" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/ublue-os/bluefin-framework -image-version: 39 - -# list of modules, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/bluefin-packages.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - from-file: common/bluefin-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-bluefin-framework.yml b/config/recipes/laptop/recipe-bluefin-framework.yml deleted file mode 100644 index 13e888b..0000000 --- a/config/recipes/laptop/recipe-bluefin-framework.yml +++ /dev/null @@ -1,24 +0,0 @@ -# image will be published to ghcr.io// -name: bluefin-framework-hardened -# description will be included in the image's metadata -description: "Bluefin framework with some hardening applied" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/ublue-os/bluefin-framework -image-version: 39 - -# list of modules, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/bluefin-packages.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - from-file: common/bluefin-scripts.yml - - from-file: common/disableuserns-packages.yml - - from-file: common/disableuserns-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-bluefin-main-laptop-userns.yml b/config/recipes/laptop/recipe-bluefin-main-laptop-userns.yml deleted file mode 100644 index 9bbd31f..0000000 --- a/config/recipes/laptop/recipe-bluefin-main-laptop-userns.yml +++ /dev/null @@ -1,22 +0,0 @@ -# image will be published to ghcr.io// -name: bluefin-main-laptop-userns-hardened -# description will be included in the image's metadata -description: "Bluefin main with some hardening applied, for laptops" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/ublue-os/bluefin -image-version: 39 - -# list of modules, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/bluefin-packages.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - from-file: common/bluefin-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-bluefin-main-laptop.yml b/config/recipes/laptop/recipe-bluefin-main-laptop.yml deleted file mode 100644 index 77cf05d..0000000 --- a/config/recipes/laptop/recipe-bluefin-main-laptop.yml +++ /dev/null @@ -1,24 +0,0 @@ -# image will be published to ghcr.io// -name: bluefin-main-laptop-hardened -# description will be included in the image's metadata -description: "Bluefin main with some hardening applied, for laptops" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/ublue-os/bluefin -image-version: 39 - -# list of modules, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/bluefin-packages.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - from-file: common/bluefin-scripts.yml - - from-file: common/disableuserns-packages.yml - - from-file: common/disableuserns-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-bluefin-nvidia-laptop-userns.yml b/config/recipes/laptop/recipe-bluefin-nvidia-laptop-userns.yml deleted file mode 100644 index 0076e74..0000000 --- a/config/recipes/laptop/recipe-bluefin-nvidia-laptop-userns.yml +++ /dev/null @@ -1,24 +0,0 @@ -# image will be published to ghcr.io// -name: bluefin-nvidia-laptop-userns-hardened -# description will be included in the image's metadata -description: "Bluefin nvidia with some hardening applied, for laptops" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/ublue-os/bluefin-nvidia -image-version: 39 - -# list of modules, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/bluefin-packages.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - from-file: common/bluefin-scripts.yml - - from-file: common/nvidia-optimus-workaround-scripts.yml - - from-file: common/nvidia-laptop-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-bluefin-nvidia-laptop.yml b/config/recipes/laptop/recipe-bluefin-nvidia-laptop.yml deleted file mode 100644 index 4276630..0000000 --- a/config/recipes/laptop/recipe-bluefin-nvidia-laptop.yml +++ /dev/null @@ -1,26 +0,0 @@ -# image will be published to ghcr.io// -name: bluefin-nvidia-laptop-hardened -# description will be included in the image's metadata -description: "Bluefin nvidia with some hardening applied, for laptops" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/ublue-os/bluefin-nvidia -image-version: 39 - -# list of modules, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/bluefin-packages.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - from-file: common/bluefin-scripts.yml - - from-file: common/disableuserns-packages.yml - - from-file: common/disableuserns-scripts.yml - - from-file: common/nvidia-optimus-workaround-scripts.yml - - from-file: common/nvidia-laptop-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-cinnamon-main-laptop-userns.yml b/config/recipes/laptop/recipe-cinnamon-main-laptop-userns.yml deleted file mode 100644 index d4c9472..0000000 --- a/config/recipes/laptop/recipe-cinnamon-main-laptop-userns.yml +++ /dev/null @@ -1,21 +0,0 @@ -# image will be published to ghcr.io// -name: cinnamon-main-laptop-userns-hardened -# description will be included in the image's metadata -description: "Cinnamon main with some hardening applied, for laptops" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/ublue-os/cinnamon-main -image-version: 39 - -# list of modules, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - from-file: common/cinnamon-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-cinnamon-main-laptop.yml b/config/recipes/laptop/recipe-cinnamon-main-laptop.yml deleted file mode 100644 index 8a55cd9..0000000 --- a/config/recipes/laptop/recipe-cinnamon-main-laptop.yml +++ /dev/null @@ -1,23 +0,0 @@ -# image will be published to ghcr.io// -name: cinnamon-main-laptop-hardened -# description will be included in the image's metadata -description: "Cinnamon main with some hardening applied, for laptops" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/ublue-os/cinnamon-main -image-version: 39 - -# list of modules, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - from-file: common/disableuserns-packages.yml - - from-file: common/disableuserns-scripts.yml - - from-file: common/cinnamon-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-cinnamon-nvidia-laptop-userns.yml b/config/recipes/laptop/recipe-cinnamon-nvidia-laptop-userns.yml deleted file mode 100644 index f504cc9..0000000 --- a/config/recipes/laptop/recipe-cinnamon-nvidia-laptop-userns.yml +++ /dev/null @@ -1,23 +0,0 @@ -# image will be published to ghcr.io// -name: cinnamon-nvidia-laptop-userns-hardened -# description will be included in the image's metadata -description: "Cinnamon nvidia with some hardening applied, for laptops" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/ublue-os/cinnamon-nvidia -image-version: 39 - -# list of modules, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - from-file: common/cinnamon-scripts.yml - - from-file: common/nvidia-optimus-workaround-scripts.yml - - from-file: common/nvidia-laptop-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-cinnamon-nvidia-laptop.yml b/config/recipes/laptop/recipe-cinnamon-nvidia-laptop.yml deleted file mode 100644 index 3b203b6..0000000 --- a/config/recipes/laptop/recipe-cinnamon-nvidia-laptop.yml +++ /dev/null @@ -1,25 +0,0 @@ -# image will be published to ghcr.io// -name: cinnamon-nvidia-laptop-hardened -# description will be included in the image's metadata -description: "Cinnamon nvidia with some hardening applied, for laptops" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/ublue-os/cinnamon-nvidia -image-version: 39 - -# list of modules, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - from-file: common/disableuserns-packages.yml - - from-file: common/disableuserns-scripts.yml - - from-file: common/cinnamon-scripts.yml - - from-file: common/nvidia-optimus-workaround-scripts.yml - - from-file: common/nvidia-laptop-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-kinoite-framework-userns.yml b/config/recipes/laptop/recipe-kinoite-framework-userns.yml deleted file mode 100644 index 7409afc..0000000 --- a/config/recipes/laptop/recipe-kinoite-framework-userns.yml +++ /dev/null @@ -1,23 +0,0 @@ -# image will be published to ghcr.io// -name: kinoite-framework-userns-hardened -# description will be included in the image's metadata -description: "Kinoite framework with some hardening applied" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/ublue-os/kinoite-framework -image-version: 39 - -# list of modules, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/kinoite-files.yml - - from-file: common/kinoite-packages.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: common/remove-firefox.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-kinoite-framework.yml b/config/recipes/laptop/recipe-kinoite-framework.yml deleted file mode 100644 index 68fbf29..0000000 --- a/config/recipes/laptop/recipe-kinoite-framework.yml +++ /dev/null @@ -1,25 +0,0 @@ -# image will be published to ghcr.io// -name: kinoite-framework-hardened -# description will be included in the image's metadata -description: "Kinoite framework with some hardening applied" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/ublue-os/kinoite-framework -image-version: 39 - -# list of modules, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/kinoite-files.yml - - from-file: common/kinoite-packages.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: common/remove-firefox.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - from-file: common/disableuserns-packages.yml - - from-file: common/disableuserns-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-kinoite-main-laptop-userns.yml b/config/recipes/laptop/recipe-kinoite-main-laptop-userns.yml deleted file mode 100644 index 679ff13..0000000 --- a/config/recipes/laptop/recipe-kinoite-main-laptop-userns.yml +++ /dev/null @@ -1,23 +0,0 @@ -# image will be published to ghcr.io// -name: kinoite-main-laptop-userns-hardened -# description will be included in the image's metadata -description: "Kinoite main with some hardening applied, for laptops" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/ublue-os/kinoite-main -image-version: 39 - -# list of modules, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/kinoite-files.yml - - from-file: common/kinoite-packages.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: common/remove-firefox.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-kinoite-main-laptop.yml b/config/recipes/laptop/recipe-kinoite-main-laptop.yml deleted file mode 100644 index ca79071..0000000 --- a/config/recipes/laptop/recipe-kinoite-main-laptop.yml +++ /dev/null @@ -1,25 +0,0 @@ -# image will be published to ghcr.io// -name: kinoite-main-laptop-hardened -# description will be included in the image's metadata -description: "Kinoite main with some hardening applied, for laptops" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/ublue-os/kinoite-main -image-version: 39 - -# list of modules, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/kinoite-files.yml - - from-file: common/kinoite-packages.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: common/remove-firefox.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - from-file: common/disableuserns-packages.yml - - from-file: common/disableuserns-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-kinoite-nvidia-laptop-userns.yml b/config/recipes/laptop/recipe-kinoite-nvidia-laptop-userns.yml deleted file mode 100644 index 72469ca..0000000 --- a/config/recipes/laptop/recipe-kinoite-nvidia-laptop-userns.yml +++ /dev/null @@ -1,24 +0,0 @@ -# image will be published to ghcr.io// -name: kinoite-nvidia-laptop-userns-hardened -# description will be included in the image's metadata -description: "Kinoite nvidia with some hardening applied, for laptops" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/ublue-os/kinoite-nvidia -image-version: 39 - -# list of modules, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/kinoite-files.yml - - from-file: common/kinoite-packages.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: common/remove-firefox.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - from-file: common/nvidia-laptop-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-kinoite-nvidia-laptop.yml b/config/recipes/laptop/recipe-kinoite-nvidia-laptop.yml deleted file mode 100644 index 5dfe047..0000000 --- a/config/recipes/laptop/recipe-kinoite-nvidia-laptop.yml +++ /dev/null @@ -1,26 +0,0 @@ -# image will be published to ghcr.io// -name: kinoite-nvidia-laptop-hardened -# description will be included in the image's metadata -description: "Kinoite nvidia with some hardening applied, for laptops" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/ublue-os/kinoite-nvidia -image-version: 39 - -# list of modules, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/kinoite-files.yml - - from-file: common/kinoite-packages.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: common/remove-firefox.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - from-file: common/disableuserns-packages.yml - - from-file: common/disableuserns-scripts.yml - - from-file: common/nvidia-laptop-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-sericea-framework-userns.yml b/config/recipes/laptop/recipe-sericea-framework-userns.yml deleted file mode 100644 index 9a5bfd8..0000000 --- a/config/recipes/laptop/recipe-sericea-framework-userns.yml +++ /dev/null @@ -1,21 +0,0 @@ -# image will be published to ghcr.io// -name: sericea-framework-userns-hardened -# description will be included in the image's metadata -description: "sericea framework with some hardening applied" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/ublue-os/sericea-framework -image-version: 39 - -# list of modules, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: common/remove-firefox.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-sericea-framework.yml b/config/recipes/laptop/recipe-sericea-framework.yml deleted file mode 100644 index 04a1c9e..0000000 --- a/config/recipes/laptop/recipe-sericea-framework.yml +++ /dev/null @@ -1,23 +0,0 @@ -# image will be published to ghcr.io// -name: sericea-framework-hardened -# description will be included in the image's metadata -description: "sericea framework with some hardening applied" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/ublue-os/sericea-framework -image-version: 39 - -# list of modules, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: common/remove-firefox.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - from-file: common/disableuserns-packages.yml - - from-file: common/disableuserns-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-sericea-main-laptop-userns.yml b/config/recipes/laptop/recipe-sericea-main-laptop-userns.yml deleted file mode 100644 index cf48f04..0000000 --- a/config/recipes/laptop/recipe-sericea-main-laptop-userns.yml +++ /dev/null @@ -1,21 +0,0 @@ -# image will be published to ghcr.io// -name: sericea-main-laptop-userns-hardened -# description will be included in the image's metadata -description: "sericea main with some hardening applied, for laptops" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/ublue-os/sericea-main -image-version: 39 - -# list of modules, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: common/remove-firefox.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-sericea-main-laptop.yml b/config/recipes/laptop/recipe-sericea-main-laptop.yml deleted file mode 100644 index e731902..0000000 --- a/config/recipes/laptop/recipe-sericea-main-laptop.yml +++ /dev/null @@ -1,23 +0,0 @@ -# image will be published to ghcr.io// -name: sericea-main-laptop-hardened -# description will be included in the image's metadata -description: "sericea main with some hardening applied, for laptops" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/ublue-os/sericea-main -image-version: 39 - -# list of modules, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: common/remove-firefox.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - from-file: common/disableuserns-packages.yml - - from-file: common/disableuserns-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-sericea-nvidia-laptop-userns.yml b/config/recipes/laptop/recipe-sericea-nvidia-laptop-userns.yml deleted file mode 100644 index cd6739c..0000000 --- a/config/recipes/laptop/recipe-sericea-nvidia-laptop-userns.yml +++ /dev/null @@ -1,22 +0,0 @@ -# image will be published to ghcr.io// -name: sericea-nvidia-laptop-userns-hardened -# description will be included in the image's metadata -description: "sericea nvidia with some hardening applied, for laptops" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/ublue-os/sericea-nvidia -image-version: 39 - -# list of modules, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: common/remove-firefox.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - from-file: common/nvidia-laptop-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-sericea-nvidia-laptop.yml b/config/recipes/laptop/recipe-sericea-nvidia-laptop.yml deleted file mode 100644 index db385ba..0000000 --- a/config/recipes/laptop/recipe-sericea-nvidia-laptop.yml +++ /dev/null @@ -1,24 +0,0 @@ -# image will be published to ghcr.io// -name: sericea-nvidia-laptop-hardened -# description will be included in the image's metadata -description: "sericea nvidia with some hardening applied, for laptops" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/ublue-os/sericea-nvidia -image-version: 39 - -# list of modules, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: common/remove-firefox.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - from-file: common/disableuserns-packages.yml - - from-file: common/disableuserns-scripts.yml - - from-file: common/nvidia-laptop-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-silverblue-framework-userns.yml b/config/recipes/laptop/recipe-silverblue-framework-userns.yml deleted file mode 100644 index 867d0af..0000000 --- a/config/recipes/laptop/recipe-silverblue-framework-userns.yml +++ /dev/null @@ -1,22 +0,0 @@ -# image will be published to ghcr.io// -name: silverblue-framework-userns-hardened -# description will be included in the image's metadata -description: "Silverblue framework with some hardening applied" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/ublue-os/silverblue-framework -image-version: 39 # latest is also supported if you want new updates ASAP - -# module configuration, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/silverblue-packages.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: common/remove-firefox.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-silverblue-framework.yml b/config/recipes/laptop/recipe-silverblue-framework.yml deleted file mode 100644 index e11b409..0000000 --- a/config/recipes/laptop/recipe-silverblue-framework.yml +++ /dev/null @@ -1,24 +0,0 @@ -# image will be published to ghcr.io// -name: silverblue-framework-hardened -# description will be included in the image's metadata -description: "Silverblue framework with some hardening applied" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/ublue-os/silverblue-framework -image-version: 39 # latest is also supported if you want new updates ASAP - -# module configuration, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/silverblue-packages.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: common/remove-firefox.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - from-file: common/disableuserns-packages.yml - - from-file: common/disableuserns-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-silverblue-main-laptop-userns.yml b/config/recipes/laptop/recipe-silverblue-main-laptop-userns.yml deleted file mode 100644 index 50ecaef..0000000 --- a/config/recipes/laptop/recipe-silverblue-main-laptop-userns.yml +++ /dev/null @@ -1,22 +0,0 @@ -# image will be published to ghcr.io// -name: silverblue-main-laptop-userns-hardened -# description will be included in the image's metadata -description: "Silverblue main with some hardening applied, for laptops" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/ublue-os/silverblue-main -image-version: 39 # latest is also supported if you want new updates ASAP - -# module configuration, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/silverblue-packages.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: common/remove-firefox.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-silverblue-main-laptop.yml b/config/recipes/laptop/recipe-silverblue-main-laptop.yml deleted file mode 100644 index 99dc5c4..0000000 --- a/config/recipes/laptop/recipe-silverblue-main-laptop.yml +++ /dev/null @@ -1,24 +0,0 @@ -# image will be published to ghcr.io// -name: silverblue-main-laptop-hardened -# description will be included in the image's metadata -description: "Silverblue main with some hardening applied, for laptops" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/ublue-os/silverblue-main -image-version: 39 # latest is also supported if you want new updates ASAP - -# module configuration, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/silverblue-packages.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: common/remove-firefox.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - from-file: common/disableuserns-packages.yml - - from-file: common/disableuserns-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-silverblue-nvidia-laptop-userns.yml b/config/recipes/laptop/recipe-silverblue-nvidia-laptop-userns.yml deleted file mode 100644 index e746d1a..0000000 --- a/config/recipes/laptop/recipe-silverblue-nvidia-laptop-userns.yml +++ /dev/null @@ -1,24 +0,0 @@ -# image will be published to ghcr.io// -name: silverblue-nvidia-laptop-userns-hardened -# description will be included in the image's metadata -description: "Silverblue nvidia with some hardening applied, for laptops" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/ublue-os/silverblue-nvidia -image-version: 39 - -# list of modules, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/silverblue-packages.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: common/remove-firefox.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - from-file: common/nvidia-optimus-workaround-scripts.yml - - from-file: common/nvidia-laptop-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-silverblue-nvidia-laptop.yml b/config/recipes/laptop/recipe-silverblue-nvidia-laptop.yml deleted file mode 100644 index c2834d8..0000000 --- a/config/recipes/laptop/recipe-silverblue-nvidia-laptop.yml +++ /dev/null @@ -1,26 +0,0 @@ -# image will be published to ghcr.io// -name: silverblue-nvidia-laptop-hardened -# description will be included in the image's metadata -description: "Silverblue nvidia with some hardening applied, for laptops" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/ublue-os/silverblue-nvidia -image-version: 39 - -# list of modules, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/silverblue-packages.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: common/remove-firefox.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - from-file: common/disableuserns-packages.yml - - from-file: common/disableuserns-scripts.yml - - from-file: common/nvidia-optimus-workaround-scripts.yml - - from-file: common/nvidia-laptop-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-wayblue-hyprland-main-laptop-userns.yml b/config/recipes/laptop/recipe-wayblue-hyprland-main-laptop-userns.yml deleted file mode 100644 index 3ef5d80..0000000 --- a/config/recipes/laptop/recipe-wayblue-hyprland-main-laptop-userns.yml +++ /dev/null @@ -1,21 +0,0 @@ -# image will be published to ghcr.io// -name: wayblue-hyprland-main-laptop-userns-hardened -# description will be included in the image's metadata -description: "wayblue hyprland main with some hardening applied, for laptops" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/wayblueorg/hyprland -image-version: 39 - -# list of modules, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: common/remove-firefox.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-wayblue-hyprland-main-laptop.yml b/config/recipes/laptop/recipe-wayblue-hyprland-main-laptop.yml deleted file mode 100644 index 8f0dbec..0000000 --- a/config/recipes/laptop/recipe-wayblue-hyprland-main-laptop.yml +++ /dev/null @@ -1,23 +0,0 @@ -# image will be published to ghcr.io// -name: wayblue-hyprland-main-laptop-hardened -# description will be included in the image's metadata -description: "wayblue hyprland main with some hardening applied, for laptops" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/wayblueorg/hyprland -image-version: 39 - -# list of modules, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: common/remove-firefox.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - from-file: common/disableuserns-packages.yml - - from-file: common/disableuserns-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-wayblue-hyprland-nvidia-laptop-userns.yml b/config/recipes/laptop/recipe-wayblue-hyprland-nvidia-laptop-userns.yml deleted file mode 100644 index 9eb1f4d..0000000 --- a/config/recipes/laptop/recipe-wayblue-hyprland-nvidia-laptop-userns.yml +++ /dev/null @@ -1,23 +0,0 @@ -# image will be published to ghcr.io// -name: wayblue-hyprland-nvidia-laptop-userns-hardened -# description will be included in the image's metadata -description: "wayblue hyprland nvidia with some hardening applied, for laptops" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/wayblueorg/hyprland-nvidia -image-version: 39 - -# list of modules, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: common/remove-firefox.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - from-file: common/nvidia-optimus-workaround-scripts.yml - - from-file: common/nvidia-laptop-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-wayblue-hyprland-nvidia-laptop.yml b/config/recipes/laptop/recipe-wayblue-hyprland-nvidia-laptop.yml deleted file mode 100644 index 4f7aba4..0000000 --- a/config/recipes/laptop/recipe-wayblue-hyprland-nvidia-laptop.yml +++ /dev/null @@ -1,25 +0,0 @@ -# image will be published to ghcr.io// -name: wayblue-hyprland-nvidia-laptop-hardened -# description will be included in the image's metadata -description: "wayblue hyprland nvidia with some hardening applied, for laptops" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/wayblueorg/hyprland-nvidia -image-version: 39 - -# list of modules, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: common/remove-firefox.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - from-file: common/disableuserns-packages.yml - - from-file: common/disableuserns-scripts.yml - - from-file: common/nvidia-optimus-workaround-scripts.yml - - from-file: common/nvidia-laptop-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-wayblue-river-main-laptop-userns.yml b/config/recipes/laptop/recipe-wayblue-river-main-laptop-userns.yml deleted file mode 100644 index 86343cb..0000000 --- a/config/recipes/laptop/recipe-wayblue-river-main-laptop-userns.yml +++ /dev/null @@ -1,21 +0,0 @@ -# image will be published to ghcr.io// -name: wayblue-river-main-laptop-userns-hardened -# description will be included in the image's metadata -description: "wayblue river main with some hardening applied, for laptops" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/wayblueorg/river -image-version: 39 - -# list of modules, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: common/remove-firefox.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-wayblue-river-main-laptop.yml b/config/recipes/laptop/recipe-wayblue-river-main-laptop.yml deleted file mode 100644 index 4f2f8af..0000000 --- a/config/recipes/laptop/recipe-wayblue-river-main-laptop.yml +++ /dev/null @@ -1,23 +0,0 @@ -# image will be published to ghcr.io// -name: wayblue-river-main-laptop-hardened -# description will be included in the image's metadata -description: "wayblue river main with some hardening applied, for laptops" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/wayblueorg/river -image-version: 39 - -# list of modules, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: common/remove-firefox.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - from-file: common/disableuserns-packages.yml - - from-file: common/disableuserns-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-wayblue-river-nvidia-laptop-userns.yml b/config/recipes/laptop/recipe-wayblue-river-nvidia-laptop-userns.yml deleted file mode 100644 index b0c39c8..0000000 --- a/config/recipes/laptop/recipe-wayblue-river-nvidia-laptop-userns.yml +++ /dev/null @@ -1,23 +0,0 @@ -# image will be published to ghcr.io// -name: wayblue-river-nvidia-laptop-userns-hardened -# description will be included in the image's metadata -description: "wayblue river nvidia with some hardening applied, for laptops" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/wayblueorg/river-nvidia -image-version: 39 - -# list of modules, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: common/remove-firefox.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - from-file: common/nvidia-optimus-workaround-scripts.yml - - from-file: common/nvidia-laptop-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-wayblue-river-nvidia-laptop.yml b/config/recipes/laptop/recipe-wayblue-river-nvidia-laptop.yml deleted file mode 100644 index e38dec1..0000000 --- a/config/recipes/laptop/recipe-wayblue-river-nvidia-laptop.yml +++ /dev/null @@ -1,25 +0,0 @@ -# image will be published to ghcr.io// -name: wayblue-river-nvidia-laptop-hardened -# description will be included in the image's metadata -description: "wayblue river nvidia with some hardening applied, for laptops" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/wayblueorg/river-nvidia -image-version: 39 - -# list of modules, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: common/remove-firefox.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - from-file: common/disableuserns-packages.yml - - from-file: common/disableuserns-scripts.yml - - from-file: common/nvidia-optimus-workaround-scripts.yml - - from-file: common/nvidia-laptop-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-wayblue-sway-main-laptop-userns.yml b/config/recipes/laptop/recipe-wayblue-sway-main-laptop-userns.yml deleted file mode 100644 index 5775745..0000000 --- a/config/recipes/laptop/recipe-wayblue-sway-main-laptop-userns.yml +++ /dev/null @@ -1,21 +0,0 @@ -# image will be published to ghcr.io// -name: wayblue-sway-main-laptop-userns-hardened -# description will be included in the image's metadata -description: "wayblue sway main with some hardening applied, for laptops" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/wayblueorg/sway -image-version: 39 - -# list of modules, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: common/remove-firefox.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-wayblue-sway-main-laptop.yml b/config/recipes/laptop/recipe-wayblue-sway-main-laptop.yml deleted file mode 100644 index 2158cc4..0000000 --- a/config/recipes/laptop/recipe-wayblue-sway-main-laptop.yml +++ /dev/null @@ -1,23 +0,0 @@ -# image will be published to ghcr.io// -name: wayblue-sway-main-laptop-hardened -# description will be included in the image's metadata -description: "wayblue sway main with some hardening applied, for laptops" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/wayblueorg/sway -image-version: 39 - -# list of modules, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: common/remove-firefox.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - from-file: common/disableuserns-packages.yml - - from-file: common/disableuserns-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-wayblue-sway-nvidia-laptop-userns.yml b/config/recipes/laptop/recipe-wayblue-sway-nvidia-laptop-userns.yml deleted file mode 100644 index 44f9dcf..0000000 --- a/config/recipes/laptop/recipe-wayblue-sway-nvidia-laptop-userns.yml +++ /dev/null @@ -1,23 +0,0 @@ -# image will be published to ghcr.io// -name: wayblue-sway-nvidia-laptop-userns-hardened -# description will be included in the image's metadata -description: "wayblue sway nvidia with some hardening applied, for laptops" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/wayblueorg/sway-nvidia -image-version: 39 - -# list of modules, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: common/remove-firefox.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - from-file: common/nvidia-optimus-workaround-scripts.yml - - from-file: common/nvidia-laptop-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-wayblue-sway-nvidia-laptop.yml b/config/recipes/laptop/recipe-wayblue-sway-nvidia-laptop.yml deleted file mode 100644 index 9c35a1c..0000000 --- a/config/recipes/laptop/recipe-wayblue-sway-nvidia-laptop.yml +++ /dev/null @@ -1,25 +0,0 @@ -# image will be published to ghcr.io// -name: wayblue-sway-nvidia-laptop-hardened -# description will be included in the image's metadata -description: "wayblue sway nvidia with some hardening applied, for laptops" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/wayblueorg/sway-nvidia -image-version: 39 - -# list of modules, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: common/remove-firefox.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - from-file: common/disableuserns-packages.yml - - from-file: common/disableuserns-scripts.yml - - from-file: common/nvidia-optimus-workaround-scripts.yml - - from-file: common/nvidia-laptop-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-wayblue-wayfire-main-laptop-userns.yml b/config/recipes/laptop/recipe-wayblue-wayfire-main-laptop-userns.yml deleted file mode 100644 index 01f8824..0000000 --- a/config/recipes/laptop/recipe-wayblue-wayfire-main-laptop-userns.yml +++ /dev/null @@ -1,22 +0,0 @@ -# image will be published to ghcr.io// -name: wayblue-wayfire-main-laptop-userns-hardened -# description will be included in the image's metadata -description: "wayblue wayfire main with some hardening applied, for laptops" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/wayblueorg/wayfire -image-version: 39 - -# list of modules, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: common/remove-firefox.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - from-file: common/wayfire-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-wayblue-wayfire-main-laptop.yml b/config/recipes/laptop/recipe-wayblue-wayfire-main-laptop.yml deleted file mode 100644 index 3cf7532..0000000 --- a/config/recipes/laptop/recipe-wayblue-wayfire-main-laptop.yml +++ /dev/null @@ -1,24 +0,0 @@ -# image will be published to ghcr.io// -name: wayblue-wayfire-main-laptop-hardened -# description will be included in the image's metadata -description: "wayblue wayfire main with some hardening applied, for laptops" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/wayblueorg/wayfire -image-version: 39 - -# list of modules, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: common/remove-firefox.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - from-file: common/wayfire-scripts.yml - - from-file: common/disableuserns-packages.yml - - from-file: common/disableuserns-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-wayblue-wayfire-nvidia-laptop-userns.yml b/config/recipes/laptop/recipe-wayblue-wayfire-nvidia-laptop-userns.yml deleted file mode 100644 index 40a2e82..0000000 --- a/config/recipes/laptop/recipe-wayblue-wayfire-nvidia-laptop-userns.yml +++ /dev/null @@ -1,24 +0,0 @@ -# image will be published to ghcr.io// -name: wayblue-wayfire-nvidia-laptop-userns-hardened -# description will be included in the image's metadata -description: "wayblue wayfire nvidia with some hardening applied, for laptops" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/wayblueorg/wayfire-nvidia -image-version: 39 - -# list of modules, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: common/remove-firefox.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - from-file: common/wayfire-scripts.yml - - from-file: common/nvidia-optimus-workaround-scripts.yml - - from-file: common/nvidia-laptop-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-wayblue-wayfire-nvidia-laptop.yml b/config/recipes/laptop/recipe-wayblue-wayfire-nvidia-laptop.yml deleted file mode 100644 index ba89437..0000000 --- a/config/recipes/laptop/recipe-wayblue-wayfire-nvidia-laptop.yml +++ /dev/null @@ -1,26 +0,0 @@ -# image will be published to ghcr.io// -name: wayblue-wayfire-nvidia-laptop-hardened -# description will be included in the image's metadata -description: "wayblue wayfire nvidia with some hardening applied, for laptops" - -# the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/wayblueorg/wayfire-nvidia -image-version: 39 - -# list of modules, executed in order -# you can include multiple instances of the same module -modules: - - from-file: common/common-files.yml - - from-file: common/gui-packages.yml - - from-file: common/common-packages.yml - - from-file: common/remove-firefox.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: signing - - from-file: common/gui-scripts.yml - - from-file: common/wayfire-scripts.yml - - from-file: common/disableuserns-packages.yml - - from-file: common/disableuserns-scripts.yml - - from-file: common/nvidia-optimus-workaround-scripts.yml - - from-file: common/nvidia-laptop-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/scripts/nvidiaoptimuspowermanagement.sh b/config/scripts/nvidiaoptimuspowermanagement.sh deleted file mode 100644 index bff85fa..0000000 --- a/config/scripts/nvidiaoptimuspowermanagement.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env bash - -# Tell build process to exit if there are any errors. -set -oue pipefail - -echo " -# Enable Fine-Grained DynamicPowerManagement -# https://download.nvidia.com/XFree86/Linux-x86_64/545.29.06/README/dynamicpowermanagement.html -options nvidia NVreg_DynamicPowerManagement=0x02 -" >> /usr/etc/modprobe.d/nvidia.conf diff --git a/config/scripts/nvidiaoptimusworkaround.sh b/config/scripts/nvidiaoptimusworkaround.sh deleted file mode 100644 index f225abe..0000000 --- a/config/scripts/nvidiaoptimusworkaround.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash - -# Tell build process to exit if there are any errors. -set -oue pipefail - -# applies workaround for known issue with optimus laptops for GNOME and Cinnamon -# https://gitlab.gnome.org/GNOME/mutter/-/issues/2969#note_1872558 -mv /usr/share/glvnd/egl_vendor.d/10_nvidia.json /usr/share/glvnd/egl_vendor.d/90_nvidia.json