Skip to content

Commit

Permalink
added aurora-asus and aurora-dx-asus images
Browse files Browse the repository at this point in the history
fixed dx userns

Signed-off-by: Rubiginosa <[email protected]>

updated readme with aurora-asus
  • Loading branch information
Rubiginosa committed Apr 6, 2024
1 parent 5e90fe2 commit de6e54b
Show file tree
Hide file tree
Showing 8 changed files with 154 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
- recipes/asus/recipe-silverblue-asus-nvidia.yml
- recipes/asus/recipe-kinoite-asus.yml
- recipes/asus/recipe-kinoite-asus-nvidia.yml
- recipes/asus/recipe-aurora-asus.yml
- recipes/asus/recipe-aurora-asus-nvidia.yml
# server
- recipes/server/recipe-server-main.yml
- recipes/server/recipe-server-nvidia.yml
Expand Down Expand Up @@ -89,6 +91,10 @@ jobs:
- recipes/asus/recipe-silverblue-asus-nvidia-userns.yml
- recipes/asus/recipe-kinoite-asus-userns.yml
- recipes/asus/recipe-kinoite-asus-nvidia-userns.yml
- recipes/asus/recipe-aurora-asus-userns.yml
- recipes/asus/recipe-aurora-asus-nvidia-userns.yml
- recipes/asus/recipe-aurora-dx-asus-userns.yml
- recipes/asus/recipe-aurora-dx-asus-nvidia-userns.yml
# server
- recipes/server/recipe-server-main-userns.yml
- recipes/server/recipe-server-nvidia-userns.yml
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ While it's recommended to use a Fedora Atomic iso to install and then rebase tha
- aurora-surface-nvidia-hardened

##### asus <sup>[source](https://github.com/ublue-os/hwe/tree/main/asus)</sup>
- aurora-asus-hardened
- aurora-asus-nvidia-hardened
- silverblue-asus-hardened
- silverblue-asus-nvidia-hardened
- kinoite-asus-hardened
Expand Down Expand Up @@ -175,6 +177,10 @@ While it's recommended to use a Fedora Atomic iso to install and then rebase tha
- aurora-dx-surface-nvidia-userns-hardened

##### asus <sup>[source](https://github.com/ublue-os/hwe/tree/main/asus)</sup>
- aurora-asus-userns-hardened
- aurora-asus-nvidia-userns-hardened
- aurora-dx-asus-userns-hardened
- aurora-dx-asus-nvidia-userns-hardened
- silverblue-asus-userns-hardened
- silverblue-asus-nvidia-userns-hardened
- kinoite-asus-userns-hardened
Expand Down
23 changes: 23 additions & 0 deletions config/recipes/asus/recipe-aurora-asus-nvidia-userns.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# image will be published to ghcr.io/<user>/<name>
name: aurora-asus-nvidia-userns-hardened
# description will be included in the image's metadata
description: "Aurora asus nvidia with some hardening applied"

# the base image to build on top of (FROM) and the version tag to use
base-image: ghcr.io/nihaiden/aurora-asus-nvidia
image-version: 39

# list of modules, executed in order
# you can include multiple instances of the same module
modules:
- from-file: common/kinoite-packages.yml
- from-file: common/aurora-packages.yml
- from-file: common/gui-packages.yml
- from-file: common/common-packages.yml
- from-file: common/gui-scripts.yml
- from-file: common/bluefin-scripts.yml
- from-file: common/kinoite-files.yml
- from-file: common/common-files.yml
- from-file: common/common-scripts.yml
- type: signing
- type: yafti
25 changes: 25 additions & 0 deletions config/recipes/asus/recipe-aurora-asus-nvidia.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# image will be published to ghcr.io/<user>/<name>
name: aurora-asus-nvidia-hardened
# description will be included in the image's metadata
description: "Aurora asus nvidia with some hardening applied"

# the base image to build on top of (FROM) and the version tag to use
base-image: ghcr.io/nihaiden/aurora-asus-nvidia
image-version: 39

# list of modules, executed in order
# you can include multiple instances of the same module
modules:
- from-file: common/kinoite-packages.yml
- from-file: common/aurora-packages.yml
- from-file: common/gui-packages.yml
- from-file: common/common-packages.yml
- from-file: common/disableuserns-packages.yml
- from-file: common/gui-scripts.yml
- from-file: common/bluefin-scripts.yml
- from-file: common/kinoite-files.yml
- from-file: common/common-files.yml
- from-file: common/common-scripts.yml
- from-file: common/disableuserns-scripts.yml
- type: signing
- type: yafti
23 changes: 23 additions & 0 deletions config/recipes/asus/recipe-aurora-asus-userns.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# image will be published to ghcr.io/<user>/<name>
name: aurora-asus-userns-hardened
# description will be included in the image's metadata
description: "Aurora asus with some hardening applied"

# the base image to build on top of (FROM) and the version tag to use
base-image: ghcr.io/nihaiden/aurora-asus
image-version: 39

# list of modules, executed in order
# you can include multiple instances of the same module
modules:
- from-file: common/kinoite-packages.yml
- from-file: common/aurora-packages.yml
- from-file: common/gui-packages.yml
- from-file: common/common-packages.yml
- from-file: common/gui-scripts.yml
- from-file: common/bluefin-scripts.yml
- from-file: common/kinoite-files.yml
- from-file: common/common-files.yml
- from-file: common/common-scripts.yml
- type: signing
- type: yafti
25 changes: 25 additions & 0 deletions config/recipes/asus/recipe-aurora-asus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# image will be published to ghcr.io/<user>/<name>
name: aurora-asus-hardened
# description will be included in the image's metadata
description: "Aurora asus with some hardening applied"

# the base image to build on top of (FROM) and the version tag to use
base-image: ghcr.io/nihaiden/aurora-asus
image-version: 39

# list of modules, executed in order
# you can include multiple instances of the same module
modules:
- from-file: common/kinoite-packages.yml
- from-file: common/aurora-packages.yml
- from-file: common/gui-packages.yml
- from-file: common/common-packages.yml
- from-file: common/disableuserns-packages.yml
- from-file: common/gui-scripts.yml
- from-file: common/bluefin-scripts.yml
- from-file: common/kinoite-files.yml
- from-file: common/common-files.yml
- from-file: common/common-scripts.yml
- from-file: common/disableuserns-scripts.yml
- type: signing
- type: yafti
23 changes: 23 additions & 0 deletions config/recipes/asus/recipe-aurora-dx-asus-nvidia-userns.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# image will be published to ghcr.io/<user>/<name>
name: aurora-dx-asus-nvidia-userns-hardened
# description will be included in the image's metadata
description: "Aurora asus dx nvidia with some hardening applied"

# the base image to build on top of (FROM) and the version tag to use
base-image: ghcr.io/nihaiden/aurora-dx-asus-nvidia
image-version: 39

# list of modules, executed in order
# you can include multiple instances of the same module
modules:
- from-file: common/kinoite-packages.yml
- from-file: common/aurora-packages.yml
- from-file: common/gui-packages.yml
- from-file: common/common-packages.yml
- from-file: common/gui-scripts.yml
- from-file: common/bluefin-scripts.yml
- from-file: common/kinoite-files.yml
- from-file: common/common-files.yml
- from-file: common/common-scripts.yml
- type: signing
- type: yafti
23 changes: 23 additions & 0 deletions config/recipes/asus/recipe-aurora-dx-asus-userns.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# image will be published to ghcr.io/<user>/<name>
name: aurora-dx-asus-userns-hardened
# description will be included in the image's metadata
description: "Aurora asus dx with some hardening applied"

# the base image to build on top of (FROM) and the version tag to use
base-image: ghcr.io/nihaiden/aurora-dx-asus
image-version: 39

# list of modules, executed in order
# you can include multiple instances of the same module
modules:
- from-file: common/kinoite-packages.yml
- from-file: common/aurora-packages.yml
- from-file: common/gui-packages.yml
- from-file: common/common-packages.yml
- from-file: common/gui-scripts.yml
- from-file: common/bluefin-scripts.yml
- from-file: common/kinoite-files.yml
- from-file: common/common-files.yml
- from-file: common/common-scripts.yml
- type: signing
- type: yafti

0 comments on commit de6e54b

Please sign in to comment.