From d5d34fb4ac40545b23e1a78710f8c8304abe433d Mon Sep 17 00:00:00 2001 From: Luiz Otavio O Souza Date: Fri, 26 Aug 2016 01:23:32 -0500 Subject: Improve the exclude_files for the base core package. Do not include existing packages and the contents of other packages. --- tools/templates/core_pkg/base/exclude_files | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tools/templates') diff --git a/tools/templates/core_pkg/base/exclude_files b/tools/templates/core_pkg/base/exclude_files index 0cd0f41..4797353 100644 --- a/tools/templates/core_pkg/base/exclude_files +++ b/tools/templates/core_pkg/base/exclude_files @@ -1,4 +1,6 @@ ./boot.config +./boot/dtb +./boot/kernel ./boot/loader.conf ./boot/loader.conf.local ./boot/modules/bwi_v3_ucode.ko @@ -16,8 +18,11 @@ ./etc/hosts ./etc/master.passwd ./etc/passwd +./etc/pfSense-rc +./etc/pfSense-rc.shutdown ./etc/platform ./etc/pwd.db +./etc/rc ./etc/rc.conf ./etc/spwd.db ./etc/syslog.conf @@ -29,3 +34,4 @@ ./usr/local/share/%%PRODUCT_NAME%%/base.mtree ./usr/local/share/%%PRODUCT_NAME%%/base.txz ./usr/local/etc/pkg/repos/%%PRODUCT_NAME%%.conf +./var/db/pkg -- cgit v1.1