Bug #1182
mkisofs in lib/sh/scripts_common.sh
Status: | Closed | Start date: | 03/26/2012 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Core & System | |||
Target version: | Release 3.4 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: | OpenNebula 3.2 |
Description
Even if opennebula pulls genisoimage as a dependency, it is not used to generate the iso file for the context.
mkisofs is obsolete and not used anymore.
MKISOFS=mkisofs in scripts_common.sh should be changed to MKISOFS=genisoimage
Tested on debian and all works fine.
Associated revisions
Bug #1182: genisoimage instead of mkisofs in lib/sh/scripts_common.sh
Bug #1182: genisoimage instead of mkisofs in lib/sh/scripts_common.sh
(cherry picked from commit 927e44082b89ba8154fc0ddadf78e74390f7e6c5)
Bug #1182: genisoimage instead of mkisofs in lib/sh/scripts_common.sh
(cherry picked from commit 927e44082b89ba8154fc0ddadf78e74390f7e6c5)
History
#1 Updated by Ruben S. Montero over 9 years ago
- Target version set to Release 3.4
#2 Updated by Jaime Melis over 9 years ago
- Status changed from New to Closed
- Resolution set to fixed
Stefan,
thhanks for reporting this. Applied the fix you suggested.