Don't have Gensis attempt hardware flow control. This is a frequent source of Genesis 'hanging' while someone is

trying to figure out their setup, which Genesis is ostensibly supposed to work best in

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11681 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2012-02-25 16:31:50 +00:00
parent 490bd0169f
commit 3e73851545

View File

@ -263,9 +263,6 @@ sub setdestiny {
}
$kcmdline .= ",".$ent->{serialspeed};
#$ent = $nodehm->getNodeAttribs($_,['serialflow']);
if ($ent and ($ent->{serialflow} eq 'hard' or $ent->{serialflow} eq 'rtscts')) {
$kcmdline .= "n8r";
}
$kcmdline .= " ";
}