summaryrefslogtreecommitdiffstats
path: root/packager/openslx.config
diff options
context:
space:
mode:
Diffstat (limited to 'packager/openslx.config')
-rw-r--r--packager/openslx.config8
1 files changed, 8 insertions, 0 deletions
diff --git a/packager/openslx.config b/packager/openslx.config
new file mode 100644
index 00000000..00fc5501
--- /dev/null
+++ b/packager/openslx.config
@@ -0,0 +1,8 @@
+# default options used by rsync
+DEFAULT_RSYNC_OPTS="-e ssh -c arcfour -oStrictHostKeyChecking=no"
+
+# default size for the qcow2-container (the one containing diffs)
+DEFAULT_QCOW_SIZE="10G"
+
+# default filesystem type for the qcow2-container
+DEFAULT_QCOW_FS="ext4"