From be8c25587481bfff717c39cbee2dcc08b14b505e Mon Sep 17 00:00:00 2001 From: bybai Date: Sun, 20 Nov 2016 22:07:00 -0500 Subject: [PATCH] fix 2025 Re-enable the creation of statelite when copycds on RHEL 7 --- xCAT-server/lib/xcat/plugins/anaconda.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/anaconda.pm b/xCAT-server/lib/xcat/plugins/anaconda.pm index 7d00474e3..6decce701 100644 --- a/xCAT-server/lib/xcat/plugins/anaconda.pm +++ b/xCAT-server/lib/xcat/plugins/anaconda.pm @@ -2491,7 +2491,7 @@ sub copycd #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,$osdistroname); } } }