Skip to content

Commit

Permalink
chore: add bootc to all images
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles committed May 16, 2024
1 parent d7c5c11 commit d709a90
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 2 additions & 3 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"android-udev-rules",
"apr",
"apr-util",
"bootc",
"distrobox",
"ffmpeg",
"ffmpeg-libs",
Expand Down Expand Up @@ -193,9 +194,7 @@
},
"39": {
"include": {
"all": [
"bootc"
],
"all": [],
"kinoite": [
"xwaylandvideobridge"
]
Expand Down
6 changes: 5 additions & 1 deletion post-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@

set -ouex pipefail

if [[ "$IMAGE_NAME" == "base" ]]; then
if [ "$IMAGE_NAME" == "base" ]; then
systemctl enable getty@tty1
fi

if [ "$FEDORA_MAJOR_VERSION" -ge "40" ]; then
/usr/bin/bootupctl backend generate-update-metadata
fi

systemctl enable rpm-ostreed-automatic.timer
systemctl enable flatpak-system-update.timer

Expand Down

0 comments on commit d709a90

Please sign in to comment.