[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
# copy archive package list
FileUtils.copy_file( "#{snapshot_path}/#{ARCHIVE_PKG_FILE}",
"#{@location}/snapshots/#{name}/#{ARCHIVE_PKG_FILE}" )
+
+ # copy os info file
+ FileUtils.copy_file( "#{snapshot_path}/#{OS_INFO_FILE}",
+ "#{@location}/snapshots/#{name}/#{OS_INFO_FILE}" )
# update snapshot.info file information
tmp_file_name = @location + "/temp/." + Utils.create_uniq_name