diff options
author | jandob | 2016-03-21 14:09:57 +0100 |
---|---|---|
committer | jandob | 2016-03-21 14:09:57 +0100 |
commit | d6aba62f1fecffc19ebb55f354abadcb4fb24670 (patch) | |
tree | 41c9f67d8199926a0750a6a6c2efeeda7b682fee /dev-tools | |
parent | add Feature #834 (diff) | |
download | systemd-init-d6aba62f1fecffc19ebb55f354abadcb4fb24670.tar.gz systemd-init-d6aba62f1fecffc19ebb55f354abadcb4fb24670.tar.xz systemd-init-d6aba62f1fecffc19ebb55f354abadcb4fb24670.zip |
add Feature #835
Diffstat (limited to 'dev-tools')
-rw-r--r-- | dev-tools/example-openslx.config | 7 |
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='' |