Skip to content

Commit 3d9d5ea

Browse files
g0rgameshAlex-Welsh
authored andcommitted
Readme updates (#51)
* Update README.rst
1 parent c9698f4 commit 3d9d5ea

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ This repository provides the following DIB elements:
2929
* ``nvidia-cuda``: Installs Nvidia CUDA repo and packages for GPU support.
3030
* ``centos-linkup-extra``: Allows extra time for slow network links to come up.
3131
* ``centos7-vault``: Deploy older releases of CentOS 7
32+
* ``cloud-init-growpart-lvm``: Grows designated LVM partition.
Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
=============
1+
=======================
22
cloud-init-growpart-lvm
3-
=============
3+
=======================
44

55
This element enables growpart for OS images with LVM.
66
To enable this element simply include it in the elements list.
77

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.**
109

1110
Dependencies:
1211

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

Comments
 (0)