Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify cloudinit to use 'mkisofs' instead of 'genisoimage'. #269

Merged
merged 1 commit into from
Jan 14, 2018

Conversation

night199uk
Copy link

genisoimage was debian's fork of mkisofs so the two are compatible, but mkisofs is available on more OS (e.g. macOS via brew). The genisoimage Ubuntu package at least installs 'mkisofs' also.

genisoimage was debian's fork of mkisofs so the two are compatible, but
mkisofs is available on more OS' (e.g. macOS via brew).
@multani
Copy link
Contributor

multani commented Feb 8, 2018

But then, Debian doesn't ship mkisofs anymore and this patch breaks the cloudinit resource on Debian :(

What would be the proper way of supporting these different mkisofs-variants so that I could propose an alternative pull request which hopefully would work for everybody?

@night199uk
Copy link
Author

On Ubuntu at least, genisoimage these days is a symlink to mkisofs if you install the mkisofs package. I think the genisoimage package is also just linked to mkisofs.
Is that not the same on Debian?

@multani
Copy link
Contributor

multani commented Feb 8, 2018

@night199uk Not that I'm aware. Actually, genisoimage is now deprecated in favor of xorriso apparently. xorriso doesn't provide mkisofs either, but has a xorrisofs command which behaves as mkisofs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants