mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
virt-installing-qemu-guest-agent: shorten procedure
It's only one line less, but it still counts. Signed-off-by: Dan Kenigsberg <danken@redhat.com>
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
8107361e69
commit
f8a02c08e1
@@ -19,16 +19,9 @@ virtual machines. Install the agent and start the service
|
||||
$ yum install -y qemu-guest-agent
|
||||
----
|
||||
|
||||
. Start the QEMU guest agent service:
|
||||
. Ensure the service is persistent and start it:
|
||||
+
|
||||
[source,terminal]
|
||||
----
|
||||
$ systemctl start qemu-guest-agent
|
||||
----
|
||||
|
||||
. Ensure the service is persistent:
|
||||
+
|
||||
[source,terminal]
|
||||
----
|
||||
$ systemctl enable qemu-guest-agent
|
||||
$ systemctl enable --now qemu-guest-agent
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user