On Tue, Dec 6, 2011 at 23:42, Douglas Landgraf <dougsland(a)redhat.com> wrote:
Hi Cristian,
On 12/06/2011 12:47 PM, Cristian Falcas wrote:
> Hi,
>
> I tried today to create a new iso, but each time it fails with this error:
> Error creating Live CD : Failed to find package 'vdsm-cli' : No
> package(s) available to install
>
I can see this error if OVIRT_LOCAL_REPO variable is not defined or
repodata is not updated.
I would suggest:
Check if OVIRT_LOCAL_REPO variable is indeed defined in your environment
and/or try to execute 'createrepo' command before 'make
ovirt-node-image.iso' and see if it helps.
Please let us know the results.
--
Cheers
Douglas
Hi,
Both methods worked: exporting the OVIRT_LOCAL_REPO instead of just
defining it and also the patch without OVIRT_LOCAL_REPO.
Thank you