Get information on the currently running cloud no matter the provider
Submit the output of the following command in a new issue:
for foo in /sys/class/dmi/id/*; do echo -n "$(basename $foo) = "; cat $foo; done
Get information on the currently running cloud no matter the provider
Submit the output of the following command in a new issue:
for foo in /sys/class/dmi/id/*; do echo -n "$(basename $foo) = "; cat $foo; done