Skip to content

Commit

Permalink
Merge pull request #74 from prydom/update-bluebuild-action
Browse files Browse the repository at this point in the history
Update bluebuild to v0.7.17+ and conform to how the current modules want things laid out
  • Loading branch information
prydom authored Sep 30, 2024
2 parents cce2aa4 + f2af7a1 commit 0b62bf2
Show file tree
Hide file tree
Showing 44 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
registry_token: ${{ github.token }}
pr_event_number: ${{ github.event.number }}
use_unstable_cli: true
cli_version: ":v0.8.4-installer"
cli_version: ":20d1950530218118c6c0fff1fe5ff6b37e5d1586-installer"
rpm-ostree-rechunk:
name: rpm-ostree re-encapsulate
runs-on: ubuntu-latest
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
21 changes: 14 additions & 7 deletions recipes/fedora-kinoite-laptop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,16 @@ modules:
# copy only files needed by rpm and dracut
- type: files
files:
- etc/yum.repos.d: /etc/yum.repos.d
- etc/pki: /etc/pki
- etc/dracut.conf.d: /etc/dracut.conf.d
- usr/sbin: /usr/sbin
- rpms: /usr/share/local-rpm-repo
- source: system/etc/yum.repos.d
destination: /etc/yum.repos.d
- source: system/etc/pki
destination: /etc/pki
- source: system/etc/dracut.conf.d
destination: /etc/dracut.conf.d
- source: system/usr/sbin
destination: /usr/sbin
- source: system/rpms
destination: /usr/share/local-rpm-repo

- type: containerfile
containerfiles:
Expand Down Expand Up @@ -164,8 +169,10 @@ modules:
# copy rest of customizations
- type: files
files:
- usr: /usr
- etc: /etc
- source: system/usr
destination: /usr
- source: system/etc
destination: /etc

- type: systemd
system:
Expand Down

0 comments on commit 0b62bf2

Please sign in to comment.