summaryrefslogtreecommitdiffstats
path: root/dev-tools/example-openslx.config
diff options
context:
space:
mode:
authorjandob2015-12-03 13:23:47 +0100
committerjandob2015-12-03 13:23:47 +0100
commit9e19f11cc1ea3c23057f3d7cd2e4d88f726f0902 (patch)
treeea166b60ce3d63a26a25e64012411f9fcd65c2e9 /dev-tools/example-openslx.config
parentMerge branch 'master' of git.openslx.org:openslx-ng/systemd-init (diff)
downloadsystemd-init-9e19f11cc1ea3c23057f3d7cd2e4d88f726f0902.tar.gz
systemd-init-9e19f11cc1ea3c23057f3d7cd2e4d88f726f0902.tar.xz
systemd-init-9e19f11cc1ea3c23057f3d7cd2e4d88f726f0902.zip
changed some config vars; added support for ram size detection
Diffstat (limited to 'dev-tools/example-openslx.config')
-rw-r--r--dev-tools/example-openslx.config8
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-tools/example-openslx.config b/dev-tools/example-openslx.config
index 4db11c6b..1d765115 100644
--- a/dev-tools/example-openslx.config
+++ b/dev-tools/example-openslx.config
@@ -4,9 +4,11 @@ SLX_DNBD3_RID='0'
SLX_DNBD3_DEVICE='/dev/dnbd0'
SLX_DNBD3_IMAGE='archLinux.vmdk'
SLX_SYSTEM_PARTITION_IDENTIFIER='system'
-SLX_PERSISTENT_PARTITION_PATTERN_LABEL_UUID_TYPE=''
-SLX_TMP_PARTITION_PATTERN_LABEL_UUID_TYPE=''
-SLX_RAMDISK_SIZE=524288
+SLX_TMP_PARTITION_IDENTIFIER=''
+SLX_WRITABLE_DEVICE_IDENTIFIER=''
+SLX_WRITABLE_DEVICE_PERSISTENT='yes'
+# if empty will use all available ram
+SLX_RAMDISK_SIZE=''
SLX_MOUNT_ROOT_OPTIONS='-o subvol=root'
# TODO: Following parameter aren't supported yet.