diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8ece0f0..5d8113b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,8 +47,6 @@ jobs: - recipes/desktop/recipe-kinoite-nvidia.yml - recipes/desktop/recipe-bluefin-main.yml - recipes/desktop/recipe-bluefin-nvidia.yml - - recipes/desktop/recipe-lazurite-main.yml - - recipes/desktop/recipe-lazurite-nvidia.yml - recipes/desktop/recipe-sericea-main.yml - recipes/desktop/recipe-sericea-nvidia.yml # laptop @@ -58,8 +56,6 @@ jobs: - recipes/laptop/recipe-kinoite-nvidia-laptop.yml - recipes/laptop/recipe-bluefin-main-laptop.yml - recipes/laptop/recipe-bluefin-nvidia-laptop.yml - - recipes/laptop/recipe-lazurite-main-laptop.yml - - recipes/laptop/recipe-lazurite-nvidia-laptop.yml - recipes/laptop/recipe-sericea-main-laptop.yml - recipes/laptop/recipe-sericea-nvidia-laptop.yml # server @@ -73,8 +69,6 @@ jobs: - recipes/desktop/recipe-kinoite-nvidia-userns.yml - recipes/desktop/recipe-bluefin-main-userns.yml - recipes/desktop/recipe-bluefin-nvidia-userns.yml - - recipes/desktop/recipe-lazurite-main-userns.yml - - recipes/desktop/recipe-lazurite-nvidia-userns.yml - recipes/desktop/recipe-sericea-main-userns.yml - recipes/desktop/recipe-sericea-nvidia-userns.yml # laptop @@ -84,8 +78,6 @@ jobs: - recipes/laptop/recipe-kinoite-nvidia-laptop-userns.yml - recipes/laptop/recipe-bluefin-main-laptop-userns.yml - recipes/laptop/recipe-bluefin-nvidia-laptop-userns.yml - - recipes/laptop/recipe-lazurite-main-laptop-userns.yml - - recipes/laptop/recipe-lazurite-nvidia-laptop-userns.yml - recipes/laptop/recipe-sericea-main-laptop-userns.yml - recipes/laptop/recipe-sericea-nvidia-laptop-userns.yml # server diff --git a/config/common/lazurite-packages.yml b/config/common/lazurite-packages.yml deleted file mode 100644 index 1890c7a..0000000 --- a/config/common/lazurite-packages.yml +++ /dev/null @@ -1,3 +0,0 @@ -type: rpm-ostree -remove: - - falkon diff --git a/config/recipes/desktop/recipe-lazurite-main-userns.yml b/config/recipes/desktop/recipe-lazurite-main-userns.yml deleted file mode 100644 index a053883..0000000 --- a/config/recipes/desktop/recipe-lazurite-main-userns.yml +++ /dev/null @@ -1,20 +0,0 @@ -# image will be published to ghcr.io// -name: lazurite-main-userns-hardened -# description will be included in the image's metadata -description: "Lazurite main 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/lazurite-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/lazurite-packages.yml - - from-file: common/common-packages.yml - - from-file: common/remove-firefox.yml - - from-file: common/common-bling.yml - - from-file: common/common-scripts.yml - - type: yafti diff --git a/config/recipes/desktop/recipe-lazurite-main.yml b/config/recipes/desktop/recipe-lazurite-main.yml deleted file mode 100644 index 8325f4f..0000000 --- a/config/recipes/desktop/recipe-lazurite-main.yml +++ /dev/null @@ -1,22 +0,0 @@ -# image will be published to ghcr.io// -name: lazurite-main-hardened -# description will be included in the image's metadata -description: "Lazurite main 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/lazurite-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/lazurite-packages.yml - - from-file: common/common-packages.yml - - from-file: common/remove-firefox.yml - - from-file: common/common-bling.yml - - from-file: common/common-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/desktop/recipe-lazurite-nvidia-userns.yml b/config/recipes/desktop/recipe-lazurite-nvidia-userns.yml deleted file mode 100644 index 1c6b6cc..0000000 --- a/config/recipes/desktop/recipe-lazurite-nvidia-userns.yml +++ /dev/null @@ -1,20 +0,0 @@ -# image will be published to ghcr.io// -name: lazurite-nvidia-userns-hardened -# description will be included in the image's metadata -description: "Lazurite nvidia 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/lazurite-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/lazurite-packages.yml - - from-file: common/common-packages.yml - - from-file: common/remove-firefox.yml - - from-file: common/common-bling.yml - - from-file: common/common-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/desktop/recipe-lazurite-nvidia.yml b/config/recipes/desktop/recipe-lazurite-nvidia.yml deleted file mode 100644 index 0de713a..0000000 --- a/config/recipes/desktop/recipe-lazurite-nvidia.yml +++ /dev/null @@ -1,22 +0,0 @@ -# image will be published to ghcr.io// -name: lazurite-nvidia-hardened -# description will be included in the image's metadata -description: "Lazurite nvidia 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/lazurite-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/lazurite-packages.yml - - from-file: common/common-packages.yml - - from-file: common/remove-firefox.yml - - from-file: common/common-bling.yml - - from-file: common/common-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-lazurite-main-laptop-userns.yml b/config/recipes/laptop/recipe-lazurite-main-laptop-userns.yml deleted file mode 100644 index d83eee9..0000000 --- a/config/recipes/laptop/recipe-lazurite-main-laptop-userns.yml +++ /dev/null @@ -1,21 +0,0 @@ -# image will be published to ghcr.io// -name: lazurite-main-laptop-userns-hardened -# description will be included in the image's metadata -description: "Lazurite 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/lazurite-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/lazurite-packages.yml - - from-file: common/common-packages.yml - - from-file: common/remove-firefox.yml - - from-file: common/common-bling.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-lazurite-main-laptop.yml b/config/recipes/laptop/recipe-lazurite-main-laptop.yml deleted file mode 100644 index 178f446..0000000 --- a/config/recipes/laptop/recipe-lazurite-main-laptop.yml +++ /dev/null @@ -1,23 +0,0 @@ -# image will be published to ghcr.io// -name: lazurite-main-laptop-hardened -# description will be included in the image's metadata -description: "Lazurite 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/lazurite-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/lazurite-packages.yml - - from-file: common/common-packages.yml - - from-file: common/remove-firefox.yml - - from-file: common/common-bling.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-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-lazurite-nvidia-laptop-userns.yml b/config/recipes/laptop/recipe-lazurite-nvidia-laptop-userns.yml deleted file mode 100644 index d86d019..0000000 --- a/config/recipes/laptop/recipe-lazurite-nvidia-laptop-userns.yml +++ /dev/null @@ -1,21 +0,0 @@ -# image will be published to ghcr.io// -name: lazurite-nvidia-laptop-userns-hardened -# description will be included in the image's metadata -description: "Lazurite 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/lazurite-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/lazurite-packages.yml - - from-file: common/common-packages.yml - - from-file: common/remove-firefox.yml - - from-file: common/common-bling.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-lazurite-nvidia-laptop.yml b/config/recipes/laptop/recipe-lazurite-nvidia-laptop.yml deleted file mode 100644 index a9dac93..0000000 --- a/config/recipes/laptop/recipe-lazurite-nvidia-laptop.yml +++ /dev/null @@ -1,23 +0,0 @@ -# image will be published to ghcr.io// -name: lazurite-nvidia-laptop-hardened -# description will be included in the image's metadata -description: "Lazurite 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/lazurite-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/lazurite-packages.yml - - from-file: common/common-packages.yml - - from-file: common/remove-firefox.yml - - from-file: common/common-bling.yml - - from-file: recipes/laptop/laptop-bling.yml - - from-file: common/common-scripts.yml - - from-file: common/disableuserns-packages.yml - - from-file: common/disableuserns-scripts.yml - - type: yafti \ No newline at end of file