diff options
author | Simon Rettberg | 2024-05-27 12:08:10 +0200 |
---|---|---|
committer | Simon Rettberg | 2024-05-27 12:08:10 +0200 |
commit | 5ae83b6b042457891ff0c8167900d3c614fc31b1 (patch) | |
tree | f354c7e5572d40e668466f0300aa31a6b54fdc49 /dev-tools | |
parent | [slx-network] Fix lowercasing (diff) | |
download | systemd-init-5ae83b6b042457891ff0c8167900d3c614fc31b1.tar.gz systemd-init-5ae83b6b042457891ff0c8167900d3c614fc31b1.tar.xz systemd-init-5ae83b6b042457891ff0c8167900d3c614fc31b1.zip |
Remove unused var from example config
Diffstat (limited to 'dev-tools')
-rw-r--r-- | dev-tools/example-openslx.config | 5 |
1 files changed, 1 insertions, 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: |