From 4ff8721a665f50bc08101129ef8bea04974c0512 Mon Sep 17 00:00:00 2001 From: Rafal Lewandowski Date: Mon, 17 Oct 2022 10:39:31 +0200 Subject: [PATCH] Added example configuration Change-Id: Icebe0e2f43f4a96d3c1fa464c6f2dc3da3be65c5 --- diskimage_builder/elements/cloud-init-growpart/README.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/diskimage_builder/elements/cloud-init-growpart/README.rst b/diskimage_builder/elements/cloud-init-growpart/README.rst index 72810639..de07b615 100644 --- a/diskimage_builder/elements/cloud-init-growpart/README.rst +++ b/diskimage_builder/elements/cloud-init-growpart/README.rst @@ -9,7 +9,12 @@ To enable this element simply include it in the elements list. **Disclaimer:** This element might not work with some device names supplied, for example when server is deployed and the image is written to a fibre channel device, or a SAS/SATA SSD controller. * ``DIB_CLOUD_INIT_GROWPART_DEVICES``: List of partition names that needs to be populated in order to be grown by cloud-init. **Populating this variable is mandatory.** - Cloud-init growpart module documentation - https://cloudinit.readthedocs.io/en/latest/topics/modules.html?highlight=growpart#growpart + Cloud-init growpart module documentation - https://cloudinit.readthedocs.io/en/latest/topics/modules.html?highlight=growpart#growpart:: + + DIB_CLOUD_INIT_GROWPART_DEVICES: + - /dev/sda1 + - /dev/vda3 + Dependencies: