Fix some format (#5996)

* Update index.md

Fix format

* Update fedora_manual_config.md

Fix format.

* Update libvirt-coreos.md

Fix format.

* Update libvirt-coreos.md

* Update libvirt-coreos.md

* Update libvirt-coreos.md

update libvirt-coreos.md

* Update libvirt-coreos.md
This commit is contained in:
Stewart-YU
2017-10-28 04:41:33 +08:00
committed by Steve Perry
parent dfe3e277e6
commit 6ec1b0bf4b
3 changed files with 19 additions and 17 deletions
+11 -9
View File
@@ -41,15 +41,17 @@ On the other hand, `libvirt-coreos` might be useful for people investigating low
### Prerequisites
1. Install [dnsmasq](http://www.thekelleys.org.uk/dnsmasq/doc.html)
2. Install [ebtables](http://ebtables.netfilter.org/)
3. Install [qemu](http://wiki.qemu.org/Main_Page)
4. Install [libvirt](http://libvirt.org/)
5. Install [openssl](http://openssl.org/)
6. Enable and start the libvirt daemon, e.g.:
* ``systemctl enable libvirtd && systemctl start libvirtd`` # for systemd-based systems
* ``/etc/init.d/libvirt-bin start`` # for init.d-based systems
7. [Grant libvirt access to your user¹](https://libvirt.org/aclpolkit.html)
8. Check that your $HOME is accessible to the qemu user²
1. Install [ebtables](http://ebtables.netfilter.org/)
1. Install [qemu](http://wiki.qemu.org/Main_Page)
1. Install [libvirt](http://libvirt.org/)
1. Install [openssl](http://openssl.org/)
1. Enable and start the libvirt daemon, e.g.:
- `systemctl enable libvirtd && systemctl start libvirtd` for systemd-based systems
- `/etc/init.d/libvirt-bin start` for init.d-based systems
1. [Grant libvirt access to your user¹](https://libvirt.org/aclpolkit.html)
1. Check that your $HOME is accessible to the qemu user²
#### ¹ Depending on your distribution, libvirt access may be denied by default or may require a password at each access.