From f0ab1f4fb91e189fd6ddd293ca43812cc66d43b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Mon, 25 Feb 2013 22:43:40 +0000 Subject: [PATCH] SoftwareUpdateDom0 changed update command names --- SoftwareUpdateDom0.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/SoftwareUpdateDom0.md b/SoftwareUpdateDom0.md index 56102e5f..a7864018 100644 --- a/SoftwareUpdateDom0.md +++ b/SoftwareUpdateDom0.md @@ -18,21 +18,21 @@ However, we anticipate some other situations when updating Dom0 software might b - Correcting non-security related bugs (e.g. new buttons for qubes manager) - Adding new features (e.g. GUI backup tool) -How to do that? (in Beta 2) ---------------------------- +How to do that? (in R1 Beta 2 and later) +---------------------------------------- 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 +$ sudo qubes-dom0-update ``` 2) To install additional packages in Dom0 (usually not recommended): ``` {.wiki} -$ sudo qvm-dom0-updates anti-evil-maid +$ sudo qubes-dom0-update 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. @@ -53,8 +53,8 @@ You can also pass --enablerepo= option in order to enable optional repositories sudo yum downgrade package-version ``` -How to do that? (in Beta 1) ---------------------------- +How to do that? (in R1 Beta 1) +------------------------------ Currently Dom0 update procedure requires command line -- in the future we will make it available from the GUI manager.