From c8e52db261b44dbe6b8fccb52db9f9fbef71a329 Mon Sep 17 00:00:00 2001 From: nott Date: Sun, 19 Feb 2012 19:31:38 +0000 Subject: [PATCH] fix image_data issue git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.6@11626 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/aixinstall.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/aixinstall.pm b/xCAT-server/lib/xcat/plugins/aixinstall.pm index 2e3a47607..d8953d30d 100644 --- a/xCAT-server/lib/xcat/plugins/aixinstall.pm +++ b/xCAT-server/lib/xcat/plugins/aixinstall.pm @@ -8268,7 +8268,7 @@ sub doSNcopy "mksysb", "resolv_conf", "script", "installp_bundle", "bosinst_data", "lpp_source", - "spot" + "spot", "image_data", ); if (grep(/^$restype$/, @dorestypes)) { @@ -10442,7 +10442,7 @@ sub make_SN_resource # if resolv_conf, bosinst_data then # the last part of the location is the actual file name # but not necessarily the resource name! - my @usefileloc = ("resolv_conf", "bosinst_data"); + my @usefileloc = ("resolv_conf", "bosinst_data", "image_data"); if (grep(/^$restype$/, @usefileloc)) { # define the local resource