File tree Expand file tree Collapse file tree 2 files changed +3
-18
lines changed Expand file tree Collapse file tree 2 files changed +3
-18
lines changed Original file line number Diff line number Diff line change 4
4
5
5
The following dependencies must be installed on your system before you can build the installer.
6
6
7
- ### Fedora
8
-
9
- ``` sh
10
- sudo dnf install golang-bin gcc-c++
11
- ```
12
-
13
- If you need support for [ libvirt destroy] ( libvirt-howto.md#cleanup ) , you should also install ` libvirt-devel ` .
14
-
15
- ### CentOS, RHEL
7
+ ### Fedora, CentOS, RHEL
16
8
17
9
``` sh
18
10
sudo yum install golang-bin gcc-c++
Original file line number Diff line number Diff line change @@ -8,13 +8,7 @@ It's expected that you will create and destroy clusters often in the course of d
8
8
Before you begin, install the [ build dependencies] ( dependencies.md ) .
9
9
10
10
### Install and Enable Libvirt
11
- On Fedora:
12
-
13
- ``` sh
14
- sudo dnf install libvirt-daemon
15
- ```
16
-
17
- or on CentOS / RHEL:
11
+ On Fedora, CentOS/RHEL:
18
12
19
13
``` sh
20
14
sudo yum install libvirt-daemon
@@ -23,8 +17,7 @@ sudo yum install libvirt-daemon
23
17
Then start libvirtd:
24
18
25
19
``` sh
26
- sudo systemctl start libvirtd
27
- sudo systemctl enable libvirtd
20
+ sudo systemctl enable --now libvirtd
28
21
```
29
22
30
23
### Pick names
You can’t perform that action at this time.
0 commit comments