We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
as the title says, it would be great to name the vmdk/vhd/etc files after the name of the box if one is passed in, instead of hardcoding macinbox.
The text was updated successfully, but these errors were encountered:
Sure, that seems reasonable.
Sorry, something went wrong.
controlled/set in cli.rb (L130-134), would also need an options.rb update:
@options[:image_path] = "macinbox.sparseimage" @options[:vmdk_path] = "macinbox.vmdk" @options[:hdd_path] = "macinbox.hdd" @options[:vdi_path] = "macinbox.vdi" @options[:box_path] = "macinbox.box"
No branches or pull requests
as the title says, it would be great to name the vmdk/vhd/etc files after the name of the box if one is passed in, instead of hardcoding macinbox.
The text was updated successfully, but these errors were encountered: