-Xen rcons options to preserve more characters
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2822 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
cfb04037a1
commit
d6ceff603d
@ -78,7 +78,7 @@ until ($dsthost and $speed and $dstty) {
|
||||
xCAT::Client::submit_request($cmdref,\&getans);
|
||||
}
|
||||
release_lock();
|
||||
exec "ssh -t $dsthost screen -e ^]a -d -R -S serial-".$ARGV[0]."-cons -A $dstty $speed";
|
||||
exec "ssh -t $dsthost screen -U -a -O -e ^]a -d -R -S serial-".$ARGV[0]."-cons -A $dstty $speed";
|
||||
|
||||
#my $pathtochild= dirname($scriptname). "/";
|
||||
#exec $pathtochild."blade.expect $mm $slot $username $password";
|
||||
|
Loading…
Reference in New Issue
Block a user