[Paul Wise] > I can't find any easy way to get the name of the hardware from > systemd, so I suggest that the metapackage be named > task-hardware-support and there be a suffix option for users to add > the hardware/hostname/etc.
I suspect running dmidecode and the equivalent modalias entry is a better source for hardware model, try for example this: find /sys/devices -name modalias -print0 | xargs -0 sort -u|grep dmi For my Thinkpad X230 I get svnLENOVO and pvrThinkPadX230. -- Happy hacking Petter Reinholdtsen