summaryrefslogtreecommitdiffstats
path: root/packager/openslx.config
diff options
context:
space:
mode:
authorJonathan Bauer2015-05-29 18:23:31 +0200
committerJonathan Bauer2015-05-29 18:23:31 +0200
commit0ca5799f2e65cc508b45d3f3a290434e529776c3 (patch)
tree9eb97e0e70503db3fe893ffd8b32bef63ad81e28 /packager/openslx.config
parent[blacklists] add /boot to default linux-base blacklist (diff)
downloadsystemd-init-0ca5799f2e65cc508b45d3f3a290434e529776c3.tar.gz
systemd-init-0ca5799f2e65cc508b45d3f3a290434e529776c3.tar.xz
systemd-init-0ca5799f2e65cc508b45d3f3a290434e529776c3.zip
finally in a working state. See usage.
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"