change stable to stretch, makes more sense
[automated-distro-installer] / fai / config / hooks / instsoft.DEFAULT
index 36c0cafd507ac6d1a35ccf3f2bb0a0e62e87f9e0..a2a61007eec8230245a70b554bb279a3ab8916cf 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 # exit for any vm which is not our test vm
-if ifclass VM && ! ifclass demohost || ifclass STABLE_BOOTSTRAP; then
+if ifclass VM && ! ifclass demohost || ifclass VOL_STRETCH_BOOTSTRAP; then
     exit 0
 fi