# Functions
Copies a file by copying the contents of the file to another place.
CreateDummyBox create a dummy Vagrant-compatible box under temporary dir This function is mainly used to check cases such as the host system having a GNU tar incompatible uname that will cause the actual Vagrant box creation to fail later.
DecompressOva takes an ova file and decompresses it into the target directory.
DirToBox takes the directory and compresses it into a Vagrant-compatible box.
Creates a (hard) link to a file, ensuring that all parent directories also exist.
No description provided by the author
WriteMetadata writes the "metadata.json" file for a Vagrant box.
# Constants
No description provided by the author
# Variables
ErrInvalidCompressionLevel is returned when the compression level passed to gzip is not in the expected range.
These are the extensions of files and directories that are unnecessary for the function of a Parallels virtual machine.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
FlatConfig is an auto-generated flat version of Config.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
Provider is the interface that each provider must implement in order to package the artifacts into a Vagrant-compatible box.