diff --git a/recipes/base/common.yml b/recipes/base/common.yml index d8c206c..a85af3c 100644 --- a/recipes/base/common.yml +++ b/recipes/base/common.yml @@ -1,6 +1,7 @@ --- # yaml-language-server: $schema=https://schema.blue-build.org/module-list-v1.json modules: + - type: signing - type: files files: - source: base diff --git a/recipes/cp-laptop.yml b/recipes/cp-laptop.yml index 4c5e9af..9e282e6 100644 --- a/recipes/cp-laptop.yml +++ b/recipes/cp-laptop.yml @@ -6,10 +6,6 @@ base-image: registry.gitlab.com/wunker-bunker/wunker-os/kinoite image-version: 42 description: The image of Wunker OS for CP's laptop. modules: - - type: os-release - properties: - NAME: WunkerOS - PRETTY_NAME: Wunker OS for Framework 13 - type: dnf # repos: # copr: diff --git a/recipes/jp-desktop-nvidia.yml b/recipes/jp-desktop-nvidia.yml index 5400fc9..ed839ff 100644 --- a/recipes/jp-desktop-nvidia.yml +++ b/recipes/jp-desktop-nvidia.yml @@ -24,11 +24,6 @@ stages: # # ref: db13eea91c15ca57d76454432d1fb9c09c51ba8c # Last known working commit # ref: 605bb63a4de640b77f6d3017238ece48cb286933 # supposed fix modules: - - type: os-release - properties: - NAME: WunkerOS - ID: wunker_os - PRETTY_NAME: Wunker OS for Nvidia - from-file: common/jp-desktop.yml - from-file: common/helix.yml # - type: copy diff --git a/recipes/jp-laptop.yml b/recipes/jp-laptop.yml index 9e55446..37513c4 100644 --- a/recipes/jp-laptop.yml +++ b/recipes/jp-laptop.yml @@ -9,11 +9,6 @@ description: The image of Wunker OS for JP's Laptop. stages: - from-file: common/helix.yml modules: - - type: os-release - properties: - NAME: WunkerOS - ID: wunker_os - PRETTY_NAME: Wunker OS for Framework 16 - from-file: common/jp-laptop.yml - from-file: common/helix.yml - from-file: common/post-build.yml