-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update README.rst
- Loading branch information
Showing
2 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
============= | ||
======================= | ||
cloud-init-growpart-lvm | ||
============= | ||
======================= | ||
|
||
This element enables growpart for OS images with LVM. | ||
To enable this element simply include it in the elements list. | ||
|
||
* ``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. | ||
* ``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.** | ||
|
||
Dependencies: | ||
|
||
* ``/usr/bin/growpart`` is needed on the system in order to grow the partition. | ||
However it is part of different packages depending on linux family. That | ||
is already taken care of by package-installs. | ||
- ``/usr/bin/growpart``: **is needed on the system in order to grow the partition**, | ||
however it is part of different packages depending on linux family. That is already taken care of by package-installs. |