openstacksdk/releasenotes/notes/baremetal-configdrive-mkisofs-xorrisofs-075db4d7d80e5a13.yaml
Thomas Bechtold 8fed470b09 baremetal: Add support for mkisofs and xorrisofs for configdrive
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
2019-04-10 06:53:03 +02:00

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.