summaryrefslogtreecommitdiffstats
path: root/packager/openslx.config
diff options
context:
space:
mode:
Diffstat (limited to 'packager/openslx.config')
-rw-r--r--packager/openslx.config18
1 files changed, 0 insertions, 18 deletions
diff --git a/packager/openslx.config b/packager/openslx.config
deleted file mode 100644
index 985ace1a..00000000
--- a/packager/openslx.config
+++ /dev/null
@@ -1,18 +0,0 @@
-# default options for rsync
-DEFAULT_RSYNC_OPTS="--acls \
- --hard-links \
- --xattrs \
- --archive \
- --delete \
- --delete-excluded \
- --numeric-ids \
- --verbose"
-
-# default options used by rsync
-DEFAULT_RSYNC_RSH="ssh -c aes256-ctr -o StrictHostKeyChecking=no"
-
-# default size for the qcow2-container
-DEFAULT_CONTAINER_SIZE="20G"
-
-# default filesystem type for the qcow2-container
-DEFAULT_CONTAINER_FILESYSTEM="xfs"