This commit is contained in:
Maurice
2025-09-30 20:06:30 +02:00
parent 9a0277a48d
commit 313284fafd
9 changed files with 27 additions and 14 deletions

View File

@@ -16,6 +16,9 @@ su -c "podman system migrate" podman
# Get rid of podman compose docker warning
touch /etc/containers/nodocker
# Use netavark and nftables
sed -i '/^\[network\]/a network_backend = "netavark"\nfirewall_driver = "nftables"' /etc/containers/containers.conf
# Fix shared mount with local service
cat << EOF > /etc/local.d/mount-rshared.start
#!/bin/sh