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

Name VHD/VDMK files based on name of box #63

Open
ideologysec opened this issue Aug 21, 2020 · 2 comments
Open

Name VHD/VDMK files based on name of box #63

ideologysec opened this issue Aug 21, 2020 · 2 comments

Comments

@ideologysec
Copy link

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.

@bacongravy
Copy link
Owner

Sure, that seems reasonable.

@ideologysec
Copy link
Author

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"

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

No branches or pull requests

2 participants