From bcc214e56c27e6cadc97d8c7346ad35c6c9b97aa Mon Sep 17 00:00:00 2001 From: Joanna Rutkowska Date: Fri, 16 Sep 2011 13:11:49 +0000 Subject: [PATCH] SoftwareUpdateDom0 changed qvm-dom0-update in Beta 2 --- SoftwareUpdateDom0.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/SoftwareUpdateDom0.md b/SoftwareUpdateDom0.md index 66623755..34a25af4 100644 --- a/SoftwareUpdateDom0.md +++ b/SoftwareUpdateDom0.md @@ -21,7 +21,21 @@ However, we anticipate some other situations when updating Dom0 software might b How to do that? (in Beta 2) --------------------------- -TODO +Start a console in Dom0 and then run one of the following command: + +1) To check and install updates for Dom0 software: + +``` {.wiki} +$ sudo qvm-dom0-updates +``` + +2) To install additional packages in Dom0 (usually not recommended): + +``` {.wiki} +$ sudo qvm-dom0-updates anti-evil-maid +``` + +You can also pass --enablerepo= option in order to enable optional repositories (see yum configuration in Dom0). This is only for advanced users who really understand what they are doing. How to do that? (in Beta 1) ---------------------------