From 8380eadd369ab27ee686f68024306d326bd6ac02 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Thu, 10 Jun 2021 17:34:24 +0200 Subject: [PATCH] fix typo --- .../index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/english/blog/consistent-dns-name-resolution-for-virtual-machines-and-containers/index.md b/content/english/blog/consistent-dns-name-resolution-for-virtual-machines-and-containers/index.md index a7c7fa4..1053c55 100644 --- a/content/english/blog/consistent-dns-name-resolution-for-virtual-machines-and-containers/index.md +++ b/content/english/blog/consistent-dns-name-resolution-for-virtual-machines-and-containers/index.md @@ -1,6 +1,7 @@ --- title: "Consistent DNS name resolution for virtual machines and containers" date: 2021-06-09T00:00:00+02:00 +lastmod: 2021-06-10T00:00:00+02:00 opensource: - Podman - libvirt @@ -205,7 +206,7 @@ Install Fedora in a virtual machine. ```sh sudo curl -Lo /var/lib/libvirt/images/fedora-cloud.qcow2 https://download.fedoraproject.org/pub/fedora/linux/releases/34/Cloud/x86_64/images/Fedora-Cloud-Base-34-1.2.x86_64.qcow2 -sudo virt-install --name fedora --memory 3074 --cpu host --vcpus 2 --graphics none --os-type linux --os-variant fedora33 --import --disk path=/var/lib/libvirt/images/fedora.qcow2,backing_store=/var/lib/libvirt/images/fedora-cloud.qcow2,format=qcow2,bus=virtio --network network=default --cloud-init +sudo virt-install --name fedora --memory 3074 --cpu host --vcpus 2 --graphics none --os-type linux --os-variant fedora33 --import --disk path=/var/lib/libvirt/images/fedora-cloud.qcow2,format=qcow2,bus=virtio --network network=default --cloud-init ``` Write down the root password that is auto-generated for you and login as root once the VM has started.