diff options
author | Jonathan Bauer | 2019-04-17 14:57:31 +0200 |
---|---|---|
committer | Jonathan Bauer | 2019-04-17 14:57:31 +0200 |
commit | a96543874e534daa8549cce937fd90b3deaa60f3 (patch) | |
tree | 61ce46c36e94f68b119c9aa052abba0e1d506ab4 /dev-tools | |
parent | update example config with partition stuff (diff) | |
download | systemd-init-a96543874e534daa8549cce937fd90b3deaa60f3.tar.gz systemd-init-a96543874e534daa8549cce937fd90b3deaa60f3.tar.xz systemd-init-a96543874e534daa8549cce937fd90b3deaa60f3.zip |
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
Diffstat (limited to 'dev-tools')
-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='' |