boxcutter / centos

Virtual machine templates for CentOS written in legacy JSON
Apache License 2.0
424 stars 199 forks source link

Removed lines duplicated from virtualbox.sh causing unwanted removal of user installed software #43

Closed mgruner closed 8 years ago

mgruner commented 8 years ago

These lines are actually part of script/vmware.sh and script/virtualbox.sh. In cleanup.sh they actually delete too much, in case somebody installed other software depending on them, such as additional Perl modules. This software will then be removed as well. They are also not present in the ubuntu boxcutter repository.

mgruner commented 8 years ago

This fixes issue #41.