From d6aba62f1fecffc19ebb55f354abadcb4fb24670 Mon Sep 17 00:00:00 2001 From: jandob Date: Mon, 21 Mar 2016 14:09:57 +0100 Subject: add Feature #835 --- dev-tools/example-openslx.config | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'dev-tools') 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='' -- cgit v1.2.3-55-g7522