mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-09 04:50:15 +00:00
Fix problem where a kernel parameter would not have a space delineating it from next parameter in RHEL/CentOS/Fedora/SL installs
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11413 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@@ -663,7 +663,7 @@ sub mknetboot
|
||||
next;
|
||||
}
|
||||
$kcmdline .=
|
||||
"console=tty0 console=ttyS" . $sent->{serialport} . "," . $sent->{serialspeed};
|
||||
" console=tty0 console=ttyS" . $sent->{serialport} . "," . $sent->{serialspeed};
|
||||
if ($sent->{serialflow} =~ /(hard|tcs|ctsrts)/)
|
||||
{
|
||||
$kcmdline .= "n8r";
|
||||
@@ -1118,7 +1118,7 @@ sub mkinstall
|
||||
}
|
||||
#go cmdline if serial console is requested, the shiny ansi is just impractical
|
||||
$kcmdline .=
|
||||
"cmdline console=tty0 console=ttyS"
|
||||
" cmdline console=tty0 console=ttyS"
|
||||
. $sent->{serialport} . ","
|
||||
. $sent->{serialspeed};
|
||||
if ($sent->{serialflow} =~ /(hard|cts|ctsrts)/)
|
||||
|
Reference in New Issue
Block a user