SoftwareUpdateDom0 changed

update command names
This commit is contained in:
Marek Marczykowski-Górecki 2013-02-25 22:43:40 +00:00
parent 10a1fb5cd4
commit f0ab1f4fb9

View File

@ -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.