8fed470b09
Currently, only "genisoimage" is supported. But "genisoimage" might not be available on all distros (like openSUSE or Debian). So add support for "mkisofs" and "xorrisofs" which luckily support the same command line parameters as "genisoimage". Change-Id: I720f25921f8e52f20a631f238a528dedf65a91c6
9 lines
304 B
YAML
9 lines
304 B
YAML
---
|
|
features:
|
|
- |
|
|
When generating a config drive for baremetal, "mkisofs" and "xorrisofs"
|
|
are now supported beside the already available "genisoimage" binary.
|
|
This is useful on environment where the "genisoimage" binary is not
|
|
available but "mkisofs" and/or "xorrisofs" are available.
|
|
|