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:
jbjohnso
2011-10-18 17:45:51 +00:00
parent a5ab9ee209
commit fd0f85a914
7 changed files with 12 additions and 23 deletions

View File

@@ -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)/)

View File

@@ -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

View File

@@ -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

View File

@@ -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
#

View File

@@ -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

View File

@@ -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

View File

@@ -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