summaryrefslogtreecommitdiffstats
path: root/dev-tools
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tools')
-rw-r--r--dev-tools/example-openslx.config7
1 files changed, 7 insertions, 0 deletions
diff --git a/dev-tools/example-openslx.config b/dev-tools/example-openslx.config
index 9a02d197..eb6dd218 100644
--- a/dev-tools/example-openslx.config
+++ b/dev-tools/example-openslx.config
@@ -3,9 +3,16 @@ SLX_DNBD3_SERVERS='132.230.4.201,132.230.4.202,10.0.2.2'
SLX_DNBD3_RID='0'
SLX_DNBD3_DEVICE='/dev/dnbd0'
SLX_DNBD3_IMAGE='archLinux/archLinux.vmdk'
+# If empty the whole device is used
SLX_SYSTEM_PARTITION_IDENTIFIER='system'
SLX_TMP_PARTITION_IDENTIFIER=''
SLX_WRITABLE_DEVICE_IDENTIFIER=''
+SLX_WRITABLE_DEVICE_STORAGE_FILE='storage.img'
+# NOTE: if the filesystem is any other than ext4, then the corresponding
+# filesystem tools have to be added to the initramfs manually. (use the dracut
+# --install parameter)
+SLX_WRITABLE_DEVICE_STORAGE_FILSYSTEM_CREATE_COMMAND='mkfs.ext4'
+SLX_WRITABLE_DEVICE_STORAGE_FILSYSTEM_CHECK_COMMAND='fsck.ext4'
SLX_WRITABLE_DEVICE_PERSISTENT='yes'
# if empty will use all available ram
SLX_RAMDISK_SIZE=''