From a96543874e534daa8549cce937fd90b3deaa60f3 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 17 Apr 2019 14:57:31 +0200 Subject: set SLX_SYSTEM_PARTITION_IDENTIFIER to 'SLX_SYS' in the example config since it would currently be the correct identifier for rootfs images built with git://git.openslx.org/openslx-ng/packer-templates --- dev-tools/example-openslx.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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='' -- cgit v1.2.3-55-g7522