From 957325168280caa0efeedf69c368c0f0cf097993 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Fri, 19 Mar 2010 22:13:59 +0000 Subject: [PATCH] -Fix for those who opt not to use SOL or --tui in toolscenter plugin git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5538 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/toolscenter.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/toolscenter.pm b/xCAT-server/lib/xcat/plugins/toolscenter.pm index c79e95f13..e47a15127 100644 --- a/xCAT-server/lib/xcat/plugins/toolscenter.pm +++ b/xCAT-server/lib/xcat/plugins/toolscenter.pm @@ -325,7 +325,7 @@ ENDOFAWK ); next; } - my $kcmdline = "root=/dev/ram0 rw ramdisk_size=100000 tftp_server=$imgsrv tftp_tcrootfs=xcat/netboot/$osver/$arch/$profile/tcrootfs tftp_tczip=xcat/netboot/$osver/$arch/$profile/tc.zip xcat_server=$xcatserver"; + my $kcmdline = "vga=0x317 root=/dev/ram0 rw ramdisk_size=100000 tftp_server=$imgsrv tftp_tcrootfs=xcat/netboot/$osver/$arch/$profile/tcrootfs tftp_tczip=xcat/netboot/$osver/$arch/$profile/tc.zip xcat_server=$xcatserver"; if (defined $sent->{serialport}) {