change stable to stretch, makes more sense
[automated-distro-installer] / fai / config / distro-install-common / end
index d10b9497d11d3ac2b4f07098e780b0567e7c30ae..0642cf3be216ca9427cdc4c6a178bc76e0ce0d71 100755 (executable)
@@ -17,7 +17,7 @@ if [[ -e $src && -e $dst ]]; then
     cp -rT $src $dst
 fi
 
-if ifclass VOL_STABLE_BOOTSTRAP; then
+if ifclass VOL_STRETCH_BOOTSTRAP; then
     exit 0
 fi