From 7a79722ce0392f4fa10ba3c5b34e03d9e2d9015f Mon Sep 17 00:00:00 2001 From: nott Date: Mon, 10 Aug 2009 20:22:17 +0000 Subject: [PATCH] Add dump resource if provided. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3979 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/aixinstall.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/aixinstall.pm b/xCAT-server/lib/xcat/plugins/aixinstall.pm index 2312a0a82..a11cbbd1d 100644 --- a/xCAT-server/lib/xcat/plugins/aixinstall.pm +++ b/xCAT-server/lib/xcat/plugins/aixinstall.pm @@ -4957,6 +4957,9 @@ ll~; if ($imagehash{$image_name}{resolv_conf}) { $arg_string .= "-a resolv_conf=$imagehash{$image_name}{resolv_conf} "; } + if ($imagehash{$image_name}{dump} ) { + $arg_string .= "-a dump=$imagehash{$image_name}{dump} " + } if ($imagehash{$image_name}{home}) { $arg_string .= "-a home=$imagehash{$image_name}{home} "; } @@ -4990,7 +4993,7 @@ if (0) { my $time=`date | cut -f5 -d' '`; chomp $time; my $rsp; - push @{$rsp->{data}}, "$Sname: Initializing NIM machine \'$nim_name\'. This could take a while. $time\n"; + push @{$rsp->{data}}, "$Sname: Initializing NIM machine \'$nim_name\'. This could take a while.\n"; if ($::VERBOSE) { push @{$rsp->{data}}, "Running: \'$initcmd\'\n"; }