Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into live
Browse files Browse the repository at this point in the history
  • Loading branch information
vietchinh committed Nov 7, 2023
2 parents bad42ef + b5a8ea8 commit 9a05a2d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 19 deletions.
2 changes: 2 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ COPY modules /tmp/modules/
# It is copied from the official container image since it's not available as an RPM.
COPY --from=docker.io/mikefarah/yq /usr/bin/yq /usr/bin/yq

COPY --from=ghcr.io/ublue-os/config:latest /rpms/ublue-os-signing.noarch.rpm /tmp/

# Run the build script, then clean up temp files and finalize container build.
RUN chmod +x /tmp/build.sh && /tmp/build.sh \
&& rm -rf /tmp/* /var/* && rpm-ostree cleanup -m && ostree container commit
2 changes: 1 addition & 1 deletion config/recipe-ucore-zfs-light.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ modules:

- type: script
scripts:
- ucore.sh
# this sets up the proper policy & signing files for signed images to work
- signing.sh
- ucore-systemd.sh

- type: systemd
system:
Expand Down
9 changes: 0 additions & 9 deletions config/scripts/kinoite-cachyos-kernel-bore-eevdf.sh

This file was deleted.

9 changes: 0 additions & 9 deletions config/scripts/kinoite.sh

This file was deleted.

2 changes: 2 additions & 0 deletions config/scripts/ucore-systemd.sh → config/scripts/ucore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ Persistent=true
[Install]
WantedBy=timers.target
EOF

rpm -ivh /tmp/ublue-os-signing.noarch.rpm

0 comments on commit 9a05a2d

Please sign in to comment.