Skip to content

Commit

Permalink
fix(ostree): add missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
JJGadgets committed Apr 23, 2024
1 parent 2f8bdb7 commit 738f368
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ostree/router.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ packages:
- kernel
- kernel-modules
- kernel-modules-extra
- rpm-ostree
- busybox # for dracut
- dbus-daemon
- nftables
- wireguard-tools
- tailscale
Expand Down Expand Up @@ -57,7 +60,10 @@ exclude-packages:
# remove Fedora specifics
- firewalld
- selinux-policy
- selinux-policy-targeted
- selinux-policy-target
- qemu-user-static
- systemd-networkd
- systemd-resolved

units:
- nftables.service
Expand Down

0 comments on commit 738f368

Please sign in to comment.