Browse Source

Merge pull request #132 from Dany9966/dracut-msg-fix

Fix run_dracut progress message
Nashwan Azhari 6 năm trước cách đây
mục cha
commit
7eefbdfb8f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      coriolis/osmorphing/redhat.py

+ 1 - 1
coriolis/osmorphing/redhat.py

@@ -194,7 +194,7 @@ class BaseRedHatMorphingTools(base.BaseLinuxOSMorphingTools):
         except Exception as ex:
             self._event_manager.progress_update(
                 "Failed to query kernel package name: '%s'. Unable to rebuild"
-                " initrd for the new platform")
+                " initrd for the new platform" % rpm_base_name)
             LOG.exception(ex)
 
         for package_name in package_names: