From 5ae83b6b042457891ff0c8167900d3c614fc31b1 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 27 May 2024 12:08:10 +0200 Subject: Remove unused var from example config --- dev-tools/example-openslx.config | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-tools/example-openslx.config b/dev-tools/example-openslx.config index 4c7c5a86..b657f8f5 100644 --- a/dev-tools/example-openslx.config +++ b/dev-tools/example-openslx.config @@ -8,9 +8,6 @@ SLX_DNBD3_SERVERS='10.1.1.1,10.1.1.2' SLX_DNBD3_IMAGE='centos/centos-rootfs.qcow2' # DNBD3 image revision to use. SLX_DNBD3_RID='1' -# Device name to which the read only image will be connected. -# You probably don't need to change this, ever. -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). # e.g. 'SLX_SYS' if built with git://git.openslx.org/openslx-ng/packer-templates @@ -32,7 +29,7 @@ SLX_WRITABLE_DEVICE_IDENTIFIER='44' # are calculated on the total device size. Lower and upper bounds can # be set, these will be attributed in a first-come-first-serve manner # (with respect to line order). -# * Crypt would encrypt the device mapper device with a temporary key. +# * Crypt would encrypt the device mapper device with a temporary key. # 0 to disable (default), 1 to enable. Currently does not support persistent # keys. # Example of a more advanced partition config: -- cgit v1.2.3-55-g7522