From 3991143297cee6751bba0f0d7def9a7ca7dcf4d7 Mon Sep 17 00:00:00 2001 From: Evax Software Date: Tue, 15 Oct 2013 15:00:28 +0200 Subject: Use the start_clean boot file for remote console --- src/rlx_prv_assembler.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rlx_prv_assembler.erl b/src/rlx_prv_assembler.erl index 542e1b2..d7a83b6 100644 --- a/src/rlx_prv_assembler.erl +++ b/src/rlx_prv_assembler.erl @@ -729,7 +729,7 @@ REMSH_NAME=`echo $NAME_ARG | awk '{print $2}'` # Note the `date +%s`, used to allow multiple remsh to the same node transparently REMSH_NAME_ARG=\"$REMSH_TYPE remsh`date +%s`@`echo $REMSH_NAME | awk -F@ '{print $2}'`\" -REMSH_REMSH_ARG=\"-remsh $REMSH_NAME\" +REMSH_REMSH_ARG=\"-remsh $REMSH_NAME -boot start_clean\" # Extract the target cookie COOKIE_ARG=`grep '^-setcookie' $VMARGS_PATH` -- cgit v1.2.3