raid10 replace docs, various fixes
[automated-distro-installer] / fai / config / distro-install-common / end
index d10b9497d11d3ac2b4f07098e780b0567e7c30ae..54a7b43d66289e741392a8b0e0f1041f1dc47261 100755 (executable)
@@ -17,13 +17,14 @@ 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
 
 TPW=/q/root/shadow/traci-simple
 if ifclass tp; then
-    ROOTPW="$TPW"
+    ROOTPW=/q/root/shadow/standard
+#    ROOTPW="$TPW"
 else
     ROOTPW=/q/root/shadow/standard
 fi