Skip to content

Commit

Permalink
Enable rpm-ostreed policy to automatically update
Browse files Browse the repository at this point in the history
  • Loading branch information
aguslr committed Mar 17, 2024
1 parent 9bd3ab4 commit 318dc92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ COPY rootfs/ /

RUN systemctl enable rpm-ostree-kargs.service && \
systemctl enable flatpak-replace-flathub-repo.service && \
sed -i 's/#AutomaticUpdatePolicy.*/AutomaticUpdatePolicy=stage/' /etc/rpm-ostreed.conf && \
rpm-ostree install chromium haveged && \
rpm-ostree override remove firefox firefox-langpacks && \
rpm-ostree cleanup -m && \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Features
--------

- Start with a custom Fedora Silverblue image.
- Set automatic updates for the system.
- Set additional kernel boot parameters.
- Set additional kernel runtime parameters.
- Blacklist rarely used kernel modules.
Expand Down

0 comments on commit 318dc92

Please sign in to comment.