wilas / vbkick

Tool for building and maintaining VirtualBox VMs described as a code in a single definition file.
Other
8 stars 5 forks source link

Automatically disable GUI if VirtualBox does not exist #15

Closed alanpearce closed 10 years ago

alanpearce commented 10 years ago

Closes #13

wilas commented 10 years ago

In If $gui_enable -eq 1 is not needed because in this place gui_enabled is always equal 1.

alanpearce commented 10 years ago

Yeah, that's true. I thought that there would be no point checking for VirtualBox if the user changed the variable themselves, but it doesn't really matter

wilas commented 10 years ago

User is able change the variable by use gui_enable in definition.cfg