raid10 replace docs, various fixes
[automated-distro-installer] / fai / config / hooks / partition.DEFAULT
index 7a1967b2268b002bb3f76d8a734df652db99d6f8..ddcf53d16c631a8d39a435fb8582f2a798bee5dc 100755 (executable)
@@ -270,10 +270,11 @@ if [[ ! -e $luks_dir/host-$HOSTNAME ]]; then
 fi
 
 lukspw=$(cat $luks_dir/iank)
-# # ian: disabled while I use the tp host.
-# if ifclass tp; then
-#     lukspw=$(cat $luks_dir/traci)
-# fi
+# # ian: disabled by chaning to tpnew while I use the tp host.
+# # note, corresponding changes in /b/ds/keyscript-{on,off}
+if ifclass tpnew; then
+    lukspw=$(cat $luks_dir/traci)
+fi
 if ifclass demohost; then
     lukspw=x
 fi