From 4cc18fab2666417b578863121ccc8dbf1824671a Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 6 Aug 2012 20:47:21 +0000 Subject: [PATCH] Actually to flesh out osimage table, but don't complain when it fails git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13439 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/anaconda.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/anaconda.pm b/xCAT-server/lib/xcat/plugins/anaconda.pm index e92d64350..bb8783aa5 100644 --- a/xCAT-server/lib/xcat/plugins/anaconda.pm +++ b/xCAT-server/lib/xcat/plugins/anaconda.pm @@ -1571,11 +1571,11 @@ sub copycd $callback->({data => "Error when updating the osimage tables: " . $ret[1]}); } #hiding the messages about this not being found, since it may be intentional - #my @ret=xCAT::SvrUtils->update_tables_with_diskless_image($distname, $arch, undef, "netboot",$path); + my @ret=xCAT::SvrUtils->update_tables_with_diskless_image($distname, $arch, undef, "netboot",$path); #if ($ret[0] != 0) { #$callback->({data => "Error when updating the osimage tables for stateless: " . $ret[1]}); #} - #my @ret=xCAT::SvrUtils->update_tables_with_diskless_image($distname, $arch, undef, "statelite",$path); + my @ret=xCAT::SvrUtils->update_tables_with_diskless_image($distname, $arch, undef, "statelite",$path); #if ($ret[0] != 0) { #$callback->({data => "Error when updating the osimage tables for statelite: " . $ret[1]}); #}