diff options
-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 a7b2d160..4c7c5a86 100644 --- a/dev-tools/example-openslx.config +++ b/dev-tools/example-openslx.config @@ -13,7 +13,8 @@ SLX_DNBD3_RID='1' SLX_DNBD3_DEVICE='/dev/dnbd0' # Partition identifier for the system partition within the qcow2 rootfs image # If empty the whole device will be used (no partition assumed). -SLX_SYSTEM_PARTITION_IDENTIFIER='system' +# e.g. 'SLX_SYS' if built with git://git.openslx.org/openslx-ng/packer-templates +SLX_SYSTEM_PARTITION_IDENTIFIER='SLX_SYS' # Script to run and set the read only device. # (e.g. "lvm_scan && read_only_partition=/dev/centos/root") SLX_SYSTEM_PARTITION_PREPARATION_SCRIPT='' |