Change in strategy, go cmdline if serial console in use, if no console that would reasonably be expected to log/copy paste in play, let the installer go graphical
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10830 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@@ -1109,7 +1109,7 @@ sub mkinstall
|
||||
next;
|
||||
}
|
||||
my $kcmdline =
|
||||
"cmdline utf8 ks=http://"
|
||||
"ks=http://"
|
||||
. $ent->{nfsserver}
|
||||
. "/install/autoinst/"
|
||||
. $node;
|
||||
@@ -1176,8 +1176,9 @@ sub mkinstall
|
||||
);
|
||||
next;
|
||||
}
|
||||
#go cmdline if serial console is requested, the shiny ansi is just impractical
|
||||
$kcmdline .=
|
||||
" console=tty0 console=ttyS"
|
||||
"cmdline console=tty0 console=ttyS"
|
||||
. $sent->{serialport} . ","
|
||||
. $sent->{serialspeed};
|
||||
if ($sent->{serialflow} =~ /(hard|cts|ctsrts)/)
|
||||
|
@@ -1,6 +1,4 @@
|
||||
#egan@us.ibm.com
|
||||
#
|
||||
cmdline
|
||||
|
||||
lang en_US
|
||||
network --bootproto dhcp
|
||||
@@ -84,7 +82,7 @@ install
|
||||
#
|
||||
# text mode install (default is graphical)
|
||||
#
|
||||
text
|
||||
#text
|
||||
|
||||
#
|
||||
# firewall
|
||||
|
@@ -1,6 +1,5 @@
|
||||
#egan@us.ibm.com
|
||||
#
|
||||
cmdline
|
||||
#cmdline
|
||||
|
||||
lang en_US
|
||||
|
||||
@@ -83,7 +82,7 @@ install
|
||||
#
|
||||
# text mode install (default is graphical)
|
||||
#
|
||||
text
|
||||
#text
|
||||
|
||||
#
|
||||
# firewall
|
||||
|
@@ -1,6 +1,5 @@
|
||||
#egan@us.ibm.com
|
||||
#
|
||||
cmdline
|
||||
|
||||
lang en_US
|
||||
|
||||
@@ -80,11 +79,6 @@ bootloader
|
||||
#
|
||||
install
|
||||
|
||||
#
|
||||
# text mode install (default is graphical)
|
||||
#
|
||||
text
|
||||
|
||||
#
|
||||
# firewall
|
||||
#
|
||||
|
@@ -1,6 +1,5 @@
|
||||
#egan@us.ibm.com
|
||||
#
|
||||
cmdline
|
||||
#cmdline
|
||||
|
||||
lang en_US
|
||||
|
||||
@@ -83,7 +82,7 @@ install
|
||||
#
|
||||
# text mode install (default is graphical)
|
||||
#
|
||||
text
|
||||
#text
|
||||
|
||||
#
|
||||
# firewall
|
||||
|
@@ -1,6 +1,5 @@
|
||||
#egan@us.ibm.com
|
||||
#
|
||||
cmdline
|
||||
#cmdline
|
||||
|
||||
lang en_US
|
||||
|
||||
@@ -83,7 +82,7 @@ install
|
||||
#
|
||||
# text mode install (default is graphical)
|
||||
#
|
||||
text
|
||||
#text
|
||||
|
||||
#
|
||||
# firewall
|
||||
|
@@ -1,6 +1,5 @@
|
||||
#egan@us.ibm.com
|
||||
#
|
||||
cmdline
|
||||
#cmdline
|
||||
|
||||
lang en_US
|
||||
network --bootproto dhcp
|
||||
@@ -85,7 +84,7 @@ install
|
||||
#
|
||||
# text mode install (default is graphical)
|
||||
#
|
||||
text
|
||||
#text
|
||||
|
||||
#
|
||||
# firewall
|
||||
|
Reference in New Issue
Block a user