Bug 790049

Summary: genisoimage needs to be in requires
Product: [Fedora] Fedora Reporter: Jaroslav Škarvada <jskarvad>
Component: mkbootdiskAssignee: Jaroslav Škarvada <jskarvad>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: jskarvad, psklenar
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 790039 Environment:
Last Closed: 2012-02-13 15:03:10 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jaroslav Škarvada 2012-02-13 14:54:28 UTC
+++ This bug was initially created as a clone of Bug #790039 +++

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: