create test raidz1 array, nuke one drive, replace it with spare
[sysadmin-cookbook] / recepies / compcache / 1-compile.sh
1 apt-get install linux-headers-`uname -r`
2
3 tar xvf compcache-*.tar.gz
4 cd compcache-* && make
5 cd -