From 7d260c1749a63a1d70d77cee9433af4945c5268c Mon Sep 17 00:00:00 2001 From: sakolish Date: Wed, 4 Jun 2008 19:15:55 +0000 Subject: [PATCH] Remove -c (colon-seperated output) from lpar_netboot() function - Line #614 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1579 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/PPCcli.pm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/perl-xCAT/xCAT/PPCcli.pm b/perl-xCAT/xCAT/PPCcli.pm index bea8b4fd4..e85c896a0 100644 --- a/perl-xCAT/xCAT/PPCcli.pm +++ b/perl-xCAT/xCAT/PPCcli.pm @@ -612,12 +612,6 @@ sub lpar_netboot { $cmd.= " -x -v"; } ##################################### - # Colon seperated output - ##################################### - if ( exists( $opt->{c} )) { - $cmd.= " -c"; - } - ##################################### # Force LPAR shutdown ##################################### if ( exists( $opt->{f} )) {