Hide Forgot
Description of problem: genisoimage needs to be in requires Version-Release number of selected component (if applicable): mkbootdisk-1.5.5-2.el6.i686 on minimalistic installation of rhel6 How reproducible: deterministic Steps to Reproduce: [root@localhost ~]# mkbootdisk --iso --device ./boot.iso `uname -r` /sbin/mkbootdisk: line 286: mkisofs: command not found [root@localhost ~]# vim /sbin/mkbootdisk [root@localhost ~]# which mkisofs /usr/bin/which: no mkisofs in (/usr/lib/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin) [root@localhost ~]# rpm -q genisoimage package genisoimage is not installed Actual results: line 286: mkisofs: command not found Expected results: genisoimage needs to be in requires Additional info:
Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Previously, mkbootdisk was missing dependency on genisoimage that was required for the --iso functionality. This update adds the missing dependency.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2012-0403.html