You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This element enables growpart for OS images with LVM.
6
6
To enable this element simply include it in the elements list.
7
7
8
-
* ``DIB_CLOUD_INIT_GROWPART_DEVICES`` list of partition names that needs to be
9
-
populated in order for cloud-init to grow it. Populating it is mandatory.
8
+
* ``DIB_CLOUD_INIT_GROWPART_DEVICES``: List of partition names that needs to be populated in order for cloud-init to grow it. **Populating it is mandatory.**
10
9
11
10
Dependencies:
12
11
13
-
* ``/usr/bin/growpart`` is needed on the system in order to grow the partition.
14
-
However it is part of different packages depending on linux family. That
15
-
is already taken care of by package-installs.
12
+
- ``/usr/bin/growpart``: **is needed on the system in order to grow the partition**,
13
+
however it is part of different packages depending on linux family. That is already taken care of by package-installs.
0 commit comments