X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=virt-what.in;fp=virt-what.in;h=1a1101dacfd8c3dedd7ea8182f93abdfa12f4b1c;hb=1b5cbb7ac2f1c3439d5a124127a63729c5136d8f;hp=102e23f674c7a8fdc68250af3791f4a2c6a4bdfb;hpb=a4508bda5a2386fd17a387e1632314fc3d6fbda3;p=virt-what.git diff --git a/virt-what.in b/virt-what.in index 102e23f..1a1101d 100644 --- a/virt-what.in +++ b/virt-what.in @@ -457,3 +457,8 @@ if echo "$dmi" | grep -Eq 'Version: [0-9]+\.[0-9]+\.amazon'; then elif echo "$dmi" | grep -q 'Vendor: Amazon EC2'; then echo aws fi + +# UpCloud +if echo "$dmi" | grep -q 'Manufacturer: UpCloud'; then + echo upcloud +fi