diff options
Diffstat (limited to 'bin/dmitest')
| -rwxr-xr-x | bin/dmitest | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/bin/dmitest b/bin/dmitest index d75aa37..ef416ca 100755 --- a/bin/dmitest +++ b/bin/dmitest @@ -132,7 +132,8 @@ def standard_tests(args, stream, dmi_data):  'Type:',  ['notebook', 'portable', 'laptop', 'desktop',  'lunch box', 'space-saving', 'tower', - 'all in one', 'hand held'], False): + 'all in one', 'hand held', + 'convertible'], False):  dmi_data['Chassis Information']['Type'] += \  " *** Incorrect or unknown desktop chassis type!"  retval += 1 | 
