Skip to content

Commit

Permalink
Add header to nvidia generated configs (#667)
Browse files Browse the repository at this point in the history
* Add header to nvidia generated configs

Signed-off-by: Mauro Morales <[email protected]>

* bump version

Signed-off-by: Mauro Morales <[email protected]>

---------

Signed-off-by: Mauro Morales <[email protected]>
  • Loading branch information
mauromorales authored Feb 8, 2024
1 parent 8d16e61 commit 2781b9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/static/kairos-overlay-files/collection.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
packages:
- name: "kairos-overlay-files"
category: "static"
version: "1.1.26"
version: "1.1.27"
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ stages:
permissions: 0644
owner: 0
group: 0
# TODO: This is no longer read. This should be moved to cloud-init file.
- path: /etc/elemental/config.yaml
content: |
#cloud-config
cosign: false
verify: false
install:
Expand All @@ -40,6 +40,7 @@ stages:
group: 0
- path: /system/oem/mount.yaml
content: |
#cloud-config
## TODO: this is a workaround
## The orin packages are writing to /usr/local, which is mounted to COS_PERSISTENT.
## We probably should run this in immucore, overlaying the /usr/local of the image to COS_PERSISTENT.
Expand Down

0 comments on commit 2781b9f

Please sign in to comment.