summaryrefslogtreecommitdiffstats
path: root/src/lib/distro-info/suse-12.1/export-filter.example
diff options
context:
space:
mode:
authorDirk2011-11-22 16:28:39 +0100
committerDirk2011-11-22 16:28:39 +0100
commit115a37692ee3084d7d08488cb8ebc53f6c1f1f5a (patch)
tree563481903996b3d14bde0ac08a2f7af1fcbcd291 /src/lib/distro-info/suse-12.1/export-filter.example
parentplymouth powered bootsplash plugin (diff)
downloadcore-115a37692ee3084d7d08488cb8ebc53f6c1f1f5a.tar.gz
core-115a37692ee3084d7d08488cb8ebc53f6c1f1f5a.tar.xz
core-115a37692ee3084d7d08488cb8ebc53f6c1f1f5a.zip
First update of OpenSLX base files to support new distributions (Ubuntu 11.10 and OpenSuSE 12.1), not complete though.
Diffstat (limited to 'src/lib/distro-info/suse-12.1/export-filter.example')
-rw-r--r--src/lib/distro-info/suse-12.1/export-filter.example15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/lib/distro-info/suse-12.1/export-filter.example b/src/lib/distro-info/suse-12.1/export-filter.example
new file mode 100644
index 00000000..a414fef4
--- /dev/null
+++ b/src/lib/distro-info/suse-12.1/export-filter.example
@@ -0,0 +1,15 @@
+# this file defines the filter rules used when exporting a vendor-OS
+# of this distro
+#
+# copy this file to 'export-filter' and add your own filters to it
+# in order to overrule the filters provided by openslx
+#
+#Examples:
+# the following line would include anything below /var/spool/
+#+ /var/spool/*
+#
+# this would exclude anything in /etc that starts with dhcpd.conf
+#- /etc/dhcpd.conf*
+#
+# and this would exclude all rpmnew-files:
+#- *.rpmnew