2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-31 01:56:39 +00:00

Merge pull request #2178 from bybai/copycds

fix 2025 Re-enable the creation of statelite when copycds on RHEL 7
This commit is contained in:
yangsong 2016-11-20 21:14:08 -06:00 committed by GitHub
commit 6653dfdc6a

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