Bug 790049 - genisoimage needs to be in requires
Summary: genisoimage needs to be in requires
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: mkbootdisk
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jaroslav Škarvada
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-02-13 14:54 UTC by Jaroslav Škarvada
Modified: 2012-02-13 15:03 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 790039
Environment:
Last Closed: 2012-02-13 15:03:10 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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:


Note You need to log in before you can comment on or make changes to this bug.