Comment 2 for bug 886668

Revision history for this message
Brendan Donegan (brendan-donegan) wrote :

cking points out we can use 'sudo dmidecode -t 3 | grep "Type:" | awk '{print $2}'' to check the platform of a particular system which will be reported as something in 'Laptop Portable Mobile' on a portable system and something else on a desktop. I want to do an experiment to check how reliable this is though.