From be0b0330e7b701dae921d69942727cd1c460f035 Mon Sep 17 00:00:00 2001 From: Real-Gecko Date: Thu, 28 May 2020 11:36:49 +0600 Subject: [PATCH] Added info from #18 to README --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 503616c..6f40feb 100644 --- a/README.md +++ b/README.md @@ -273,6 +273,25 @@ You need to put cloud public key into authorized keys on the compute node. Simpl sudo -u www-data ssh-copy-id root@compute1 ``` +### Host SMBIOS information is not available + +If you see warning +``` +Unsupported configuration: Host SMBIOS information is not available +``` +Then you need to install `dmidecode` package on your host using your package manager and restart libvirt daemon. + +Debian/Ubuntu like: +``` +$ sudo apt-get install dmidecode +$ sudo service libvirt-bin restart +``` +Arch Linux +``` +$ sudo pacman -S dmidecode +$ systemctl restart libvirtd +``` + ### Cloud-init Currently supports only root ssh authorized keys and hostname. Example configuration of the cloud-init client follows. ```