summaryrefslogtreecommitdiffstats
path: root/packager/openslx.config
diff options
context:
space:
mode:
authorJonathan Bauer2016-04-18 15:41:44 +0200
committerJonathan Bauer2016-04-18 15:41:44 +0200
commita7abc3d120af436d3667f0cb819b24d4704fa831 (patch)
treec30263e0d2c4c91bfe35f40881d251a5675209bc /packager/openslx.config
parentupdate rebash (diff)
downloadsystemd-init-a7abc3d120af436d3667f0cb819b24d4704fa831.tar.gz
systemd-init-a7abc3d120af436d3667f0cb819b24d4704fa831.tar.xz
systemd-init-a7abc3d120af436d3667f0cb819b24d4704fa831.zip
reworked cleanup & stuff
Diffstat (limited to 'packager/openslx.config')
-rw-r--r--packager/openslx.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/packager/openslx.config b/packager/openslx.config
index a02a608b..9c94226d 100644
--- a/packager/openslx.config
+++ b/packager/openslx.config
@@ -2,7 +2,7 @@
DEFAULT_RSYNC_OPTS="-e ssh -c arcfour -oStrictHostKeyChecking=no"
# default size for the qcow2-container (the one containing diffs)
-DEFAULT_QCOW_SIZE="25G"
+DEFAULT_CONTAINER_SIZE="25G"
# default filesystem type for the qcow2-container
-DEFAULT_QCOW_FS="ext4"
+DEFAULT_CONTAINER_FILESYSTEM="xfs"