2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-21 19:22:05 +00:00

fix 2025 Re-enable the creation of statelite when copycds on RHEL 7

This commit is contained in:
bybai 2016-11-20 22:07:00 -05:00
parent 3341ed4e55
commit be8c255874

View File

@ -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);
}
}
}