qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-discuss] How can we install RPMs in guest VM from host machine


From: Dale R. Worley
Subject: Re: [Qemu-discuss] How can we install RPMs in guest VM from host machine using QEMU guest agents
Date: Thu, 12 Jun 2014 11:12:56 -0400

> From: Puneet <address@hidden>

> I am able to pass arguments from host to guest VM but how am I supposed to
> pass the whole RPM image from host to guest (which the guest agent can
> receive and install)?

What occurs to me is:

    scp /usr/local/bin/ABC.rpm address@hidden:/usr/local/bin/ABC.rpm
    ssh address@hidden rpm --install -p /usr/local/bin/ABC.rpm

Dale



reply via email to

[Prev in Thread] Current Thread [Next in Thread]