diff options
author | jandob | 2016-03-21 17:20:29 +0100 |
---|---|---|
committer | jandob | 2016-03-21 17:20:29 +0100 |
commit | 9fe608e8bb87691ef36fde6906b847176eadb538 (patch) | |
tree | 1c80771270691a66c3b1cd150094d3ea9af70c0e /dev-tools | |
parent | add shutdown umount hook (diff) | |
download | systemd-init-9fe608e8bb87691ef36fde6906b847176eadb538.tar.gz systemd-init-9fe608e8bb87691ef36fde6906b847176eadb538.tar.xz systemd-init-9fe608e8bb87691ef36fde6906b847176eadb538.zip |
change persistent storage file size to MB
Diffstat (limited to 'dev-tools')
-rw-r--r-- | dev-tools/example-openslx.config | 3 |
1 files changed, 2 insertions, 1 deletions
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' |