#!/bin/sh set -e mkdir hardware && cd hardware dmidecode > dmidecode lspci > lspci lspci -n > lspci-n uname -smr > uname-smr ifconfig -a > ifconfig-a