Codebase list virt-what / ed11e2d
Add support for Alibaba Cloud Linux Weisson authored 2 years ago Richard W.M. Jones committed 2 years ago
2 changed file(s) with 11 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
112112
113113 arch=$(uname -m | sed -e 's/i.86/i386/' | sed -e 's/arm.*/arm/')
114114
115 # Check for Alibaba Cloud
116 if echo "$dmi" | grep -q 'Manufacturer: Alibaba Cloud'; then
117 echo "alibaba_cloud"
118 fi
119
115120 # Check for VMware.
116121 # cpuid check added by Chetan Loke.
117122
2323 =head1 FACTS
2424
2525 =over 4
26
27 =item B<alibaba_cloud>
28
29 This is a cloud computing service based on Alibaba Cloud.
30
31 Status: contributed by Weisson.
2632
2733 =item B<aws>
2834