various fixes and improvements
[automated-distro-installer] / fai / config / hooks / extrbase.DEFAULT
1 #!/bin/bash
2
3 # exit for any vm which is not our test vm
4 if ifclass VM && ! ifclass demohost; then
5 exit 0
6 fi
7