From 9fe608e8bb87691ef36fde6906b847176eadb538 Mon Sep 17 00:00:00 2001 From: jandob Date: Mon, 21 Mar 2016 17:20:29 +0100 Subject: change persistent storage file size to MB --- dev-tools/example-openslx.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dev-tools') diff --git a/dev-tools/example-openslx.config b/dev-tools/example-openslx.config index eb6dd218..608f5b4e 100644 --- a/dev-tools/example-openslx.config +++ b/dev-tools/example-openslx.config @@ -13,7 +13,8 @@ SLX_WRITABLE_DEVICE_STORAGE_FILE='storage.img' # --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' +SLX_WRITABLE_DEVICE_STORAGE_FILE_MAX_SIZE_MB='1000' +SLX_WRITABLE_DEVICE_PERSISTENT='no' # if empty will use all available ram SLX_RAMDISK_SIZE='' SLX_MOUNT_ROOT_OPTIONS='-o subvol=root' -- cgit v1.2.3-55-g7522