From 1ee8d2ec5ce277ab696ca14cc1ace2adbe3b3aab Mon Sep 17 00:00:00 2001 From: Rafal Wojtczuk Date: Thu, 12 May 2011 16:00:49 +0000 Subject: [PATCH] SoftwareUpdateDom0 changed --- SoftwareUpdateDom0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SoftwareUpdateDom0.md b/SoftwareUpdateDom0.md index 206b8734..82f64072 100644 --- a/SoftwareUpdateDom0.md +++ b/SoftwareUpdateDom0.md @@ -27,7 +27,7 @@ First, start the console in Dom0, and switch to root. Then attach Dom0 to the ne ``` {.wiki} $ sudo bash -# qvm-dom0-networking up +# qvm-dom0-network-via-netvm up # yum update ``` @@ -38,7 +38,7 @@ We strongly recommend to **reboot your system** after Dom0 update. Alternatively, if you don't want to reboot for some reason, you should not forget about detaching Dom0 from the network: ``` {.wiki} -# qvm-dom0-networking down +# qvm-dom0-network-via-netvm down ``` In the future we will modify this update procedure so that it won't require attaching networking to Dom0. Most likely we will use a moderately-trusted system service VM to perform the download of the update rpm via network, and later copy this file to Dom0 using our secure file copy mechanism. Dom0 will then verify the signature on the RPM, and assuming it was ok, will install the rpm.