Skip to content

Commit f328419

Browse files
committed
quick fix on the manifest
1 parent 3f461fd commit f328419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iso/empanadas/empanadas/util/iso_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ def _copy_boot_to_work(self, force_unpack, arch):
563563
# For Rocky-ARCH-boot.iso
564564
if os.path.exists(path_to_src_image + '.manifest'):
565565
shutil.copy2(path_to_src_image + '.manifest', manifest)
566-
os.symlink(manifest.split('/')[-1], manifestlink)
566+
#os.symlink(manifest.split('/')[-1], manifestlink)
567567
os.symlink(manifest.split('/')[-1], latestmanifestlink)
568568

569569
self.log.info('Creating checksum for %s boot iso...' % arch)

0 commit comments

Comments
 (0)