Skip to content

Commit

Permalink
modularity
Browse files Browse the repository at this point in the history
  • Loading branch information
detiber committed Dec 5, 2024
1 parent a600ba0 commit 77c1833
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion recipes/beardy-bazzite-deck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ modules:

- type: files
files:
- source: system # copies files/system/ into your image's /.
- source: system/common # copies files/system/common/* into your image's /.
destination: / # put configuration files you want in /etc/ on a booted system
# in /usr/etc/ in the image. read more in files module reference.

Expand Down
2 changes: 1 addition & 1 deletion recipes/beardy-bazzite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ modules:

- type: files
files:
- source: system # copies files/system/ into your image's /.
- source: system/common # copies files/system/common/* into your image's /.
destination: / # put configuration files you want in /etc/ on a booted system
# in /usr/etc/ in the image. read more in files module reference.

Expand Down
4 changes: 2 additions & 2 deletions recipes/beardy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ modules:

- type: files
files:
- source: system
destination: / # copies files/system/* (* means everything inside it) into your image's root folder /
- source: system/common
destination: / # copies files/system/common/* (* means everything inside it) into your image's root folder /

- type: default-flatpaks
notify: true # Send notification after install/uninstall is finished (true/false)
Expand Down

0 comments on commit 77c1833

Please sign in to comment.