Skip to content

Commit

Permalink
Merge pull request eranco74#25 from leo8a/rename-ibu-imager-to-lca-cli
Browse files Browse the repository at this point in the history
Rename 'ibu-imager' to 'lca-cli'
  • Loading branch information
omertuc authored Jan 22, 2024
2 parents f24dd0b + d33ac34 commit 3f2d396
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.ibu.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ make vdu
### Create a seed image using seed VM
To create a seed image we will use [LifeCycle Agent](https://github.com/openshift-kni/lifecycle-agent), and manage everything with the CR `SeedGenerator`

This process will stop openshift and launch ibu-imager as a podman container, and afterwards restore the openshift cluster and update `SeedGenerator` CR
This process will stop openshift and launch lca-cli as a podman container, and afterwards restore the openshift cluster and update `SeedGenerator` CR
```bash
make seed-image-create SEED_IMAGE=quay.io/whatever/repo:tag
```
Expand Down
2 changes: 1 addition & 1 deletion ibi/install-rhcos-and-restore-seed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ else
fi
mount -o bind /mnt/sysroot/containers /var/lib/containers

podman run --privileged --rm --pid=host --authfile "${authfile}" -v /:/host --entrypoint /usr/local/bin/ibu-imager "${lca_image}" ibi --seed-image "${seed_image}" --authfile "${authfile}" --seed-version "${seed_version}" --pullSecretFile "${pull_secret}"
podman run --privileged --rm --pid=host --authfile "${authfile}" -v /:/host --entrypoint /usr/local/bin/lca-cli "${lca_image}" ibi --seed-image "${seed_image}" --authfile "${authfile}" --seed-version "${seed_version}" --pullSecretFile "${pull_secret}"

0 comments on commit 3f2d396

Please sign in to comment.