X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=fai%2Fconfig%2Fhooks%2Finstsoft.DEFAULT;fp=fai%2Fconfig%2Fhooks%2Finstsoft.DEFAULT;h=de477663758f4fc567be5d2792cdab3685df0d5d;hb=ec9227898fa68bd89de454c87bce8ea051a8d783;hp=b4b3c1028b00ff3890cab3471d81f3107313cf3c;hpb=d0b6a8cd4608fdffcf733f9180744819d8889be0;p=automated-distro-installer diff --git a/fai/config/hooks/instsoft.DEFAULT b/fai/config/hooks/instsoft.DEFAULT index b4b3c10..de47766 100755 --- a/fai/config/hooks/instsoft.DEFAULT +++ b/fai/config/hooks/instsoft.DEFAULT @@ -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