diff options
author | Luiz Otavio O Souza <luiz@netgate.com> | 2016-08-26 01:23:32 -0500 |
---|---|---|
committer | Luiz Otavio O Souza <luiz@netgate.com> | 2016-08-26 01:25:22 -0500 |
commit | d5d34fb4ac40545b23e1a78710f8c8304abe433d (patch) | |
tree | bac88e91555ca69f8cc89450d90ff24a337d95c2 /tools/templates | |
parent | f014e9e53a1a014282dff77d0d8771a0f879ad1b (diff) | |
download | pfsense-d5d34fb4ac40545b23e1a78710f8c8304abe433d.zip pfsense-d5d34fb4ac40545b23e1a78710f8c8304abe433d.tar.gz |
Improve the exclude_files for the base core package. Do not include existing packages and the contents of other packages.
Diffstat (limited to 'tools/templates')
-rw-r--r-- | tools/templates/core_pkg/base/exclude_files | 6 |
1 files changed, 6 insertions, 0 deletions
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 |