summaryrefslogtreecommitdiffstats
path: root/dev-tools/example-openslx.config
diff options
context:
space:
mode:
authorjandob2015-11-26 18:58:50 +0100
committerjandob2015-11-26 18:58:50 +0100
commit2e48ea98e8705343518d6e018d0a935463715939 (patch)
treeb4fcd03afb4a739243c4d4ff049a9f1648c1b2ff /dev-tools/example-openslx.config
parentMerge branch 'master' of git.openslx.org:openslx-ng/systemd-init (diff)
downloadsystemd-init-2e48ea98e8705343518d6e018d0a935463715939.tar.gz
systemd-init-2e48ea98e8705343518d6e018d0a935463715939.tar.xz
systemd-init-2e48ea98e8705343518d6e018d0a935463715939.zip
add persistent storage support
Diffstat (limited to 'dev-tools/example-openslx.config')
-rw-r--r--dev-tools/example-openslx.config3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-tools/example-openslx.config b/dev-tools/example-openslx.config
index 7b085740..66b679af 100644
--- a/dev-tools/example-openslx.config
+++ b/dev-tools/example-openslx.config
@@ -4,6 +4,9 @@ SLX_DNBD3_RID='0'
SLX_DNBD3_DEVICE='/dev/dnbd0'
SLX_DNBD3_IMAGE='archLinux.vmdk'
SLX_SYSTEM_PARTITION_LABEL='system'
+SLX_PERSISTENT_PARTITION_PATTERN_LABEL_UUID_TYPE=''
+SLX_TMP_PARTITION_PATTERN_LABEL_UUID_TYPE=''
+SLX_RAMDISK_SIZE=524288
# TODO: Following parameter aren't supported yet.
SLX_VM_NFS='132.230.4.1:/mnt/lehrpools/dnbd3'