From c9f30dc9fc9932da3c0aabd83dc260a5eeac9218 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 14 Oct 2020 13:51:25 +0000 Subject: [PATCH] core151: Do not ship the location database again This might potentially downgrade the database and is a waste of space in the update. Therefore we simply do not ship it here. Signed-off-by: Michael Tremer --- config/rootfiles/core/151/exclude | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/rootfiles/core/151/exclude b/config/rootfiles/core/151/exclude index e7500a03d2..818039f4af 100644 --- a/config/rootfiles/core/151/exclude +++ b/config/rootfiles/core/151/exclude @@ -17,6 +17,7 @@ etc/sysconfig/firewall.local etc/sysconfig/rc.local etc/udev/rules.d/30-persistent-network.rules srv/web/ipfire/html/proxy.pac +usr/share/xt_geoip var/ipfire/dma var/ipfire/time var/ipfire/firewall/locationblock @@ -25,6 +26,7 @@ var/ipfire/ovpn var/ipfire/urlfilter/blacklist var/ipfire/urlfilter/settings var/lib/alternatives +var/lib/location/database.db var/log/cache var/log/dhcpcd.log var/log/messages -- 2.39.5