#!/bin/sh # Debug script to determine proper ES revision for the current board. The # pvrsrvkm module must be insmoded before attempting to get the es rev. machine_id() { # return the machine ID awk 'BEGIN { FS=": " } /Hardware/ \ { gsub(" ", "_", $2); print tolower($2) } '