Skip to content

Commit

Permalink
Fix instructions for using local RPMs
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed May 14, 2024
1 parent 757ddec commit 98d9974
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,14 @@ Refer to https://github.com/ManageIQ/manageiq-rpm_build for rpm build details.

### Using locally built RPMs

If you already have locally built RPMs and want to use them instead of using RPMs from manageiq yum repo, copy `<arch>` directory to images/manageiq-base/rpms:
If you already have locally built RPMs and want to use them instead of using RPMs from manageiq yum repo, copy `<arch>` directory to images/manageiq-rpms/rpms:

`images/manageiq-base/rpms/x86_64/manageiq-*.rpm`
`images/manageiq-rpms/rpms/x86_64/manageiq-*.rpm`

Then, run:

```bash
bin/build -d . -r manageiq -l
bin/build -d . -r manageiq
```

### Including the VMware VDDK in the image build
Expand Down

0 comments on commit 98d9974

Please sign in to comment.