Skip to content

Commit b912868

Browse files
committed
Update Readme
1 parent d87e75b commit b912868

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ This will give portable, immutable and reproducable mechanism to build templates
3535

3636
List of available packages inside the container:
3737

38+
- **TODO**
3839
- rpm-build
3940
- yum-utils
4041
- createrepo
@@ -57,7 +58,7 @@ Let's assume we want to build templates based on Packer. We pull that image firs
5758

5859
docker pull khos2ow/cloudstack-systemvm-builder:packer
5960

60-
You can replace `packer` tag by `veewee` if you are building templates for CloudStack before 4.11.x.
61+
You need to replace `packer` tag by `veewee` if you are building templates for CloudStack before `4.11.x.y`.
6162

6263
### Build local repository
6364

@@ -110,7 +111,7 @@ Note that any valid git Refspec is acceptable, such as:
110111
- `refs/merge-requests/<NUMBER>/head` to build specified GitLab Merge Request
111112
- `refs/tags/<NAME>` to build specified Tag
112113

113-
After the build has finished the *various formats* packages are available in */tmp/cloudstack/tools/appliance/dist* on the host system.
114+
After the build has finished the *various formats* templates are available in */tmp/cloudstack/tools/appliance/dist* on the host system.
114115

115116
## Building tips
116117

0 commit comments

Comments
 (0)