various changes for libreboot having no pxe
[automated-distro-installer] / fai / config / hooks / instsoft.DEFAULT
index b4b3c1028b00ff3890cab3471d81f3107313cf3c..de477663758f4fc567be5d2792cdab3685df0d5d 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 # exit for any vm which is not our test vm
-if ifclass VM && ! ifclass demohost; then
+if ifclass VM && ! ifclass demohost || ifclass STABLE_BOOTSTRAP; then
     exit 0
 fi