Added file ./bootstrap; Added $(DESTDIR) to */Makefile.am make alternate root installs possible
#!/bin/shmodule="ec_msr_sample"device="msr"# invoke rmmod with all arguments we got/sbin/rmmod $module $* || exit 1# Remove stale nodesrm -f /dev/${device} /dev/${device}0