boxcutter / oraclelinux

Virtual machine templates for Oracle Linux written in legacy JSON
Apache License 2.0
36 stars 19 forks source link

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

Closed mgruner closed 2 years ago

mgruner commented 7 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.

See also https://github.com/boxcutter/centos/pull/43 where a similar change was already merged.

mgruner commented 6 years ago

@misheska thanks for merging #19. Could you please also consider this one here?