summaryrefslogtreecommitdiffstats
path: root/perl-install/install/any.pm
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2013-08-24 14:42:26 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2013-08-24 14:43:28 +0200
commitc57ca4762c65b90594a230eff48f945f0df9d9cb (patch)
treec22ccec731482f5c24423df4b3e51ad83f1d250e /perl-install/install/any.pm
parenta7328ad68fb1e87276c07b5ecfdee37da4210626 (diff)
downloaddrakx-backup-do-not-use-c57ca4762c65b90594a230eff48f945f0df9d9cb.tar
drakx-backup-do-not-use-c57ca4762c65b90594a230eff48f945f0df9d9cb.tar.gz
drakx-backup-do-not-use-c57ca4762c65b90594a230eff48f945f0df9d9cb.tar.bz2
drakx-backup-do-not-use-c57ca4762c65b90594a230eff48f945f0df9d9cb.tar.xz
drakx-backup-do-not-use-c57ca4762c65b90594a230eff48f945f0df9d9cb.zip
install open-vm-tools on VMware hypervisor
Diffstat (limited to 'perl-install/install/any.pm')
-rw-r--r--perl-install/install/any.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm
index d36c945f8..18cde2921 100644
--- a/perl-install/install/any.pm
+++ b/perl-install/install/any.pm
@@ -694,6 +694,8 @@ sub default_packages {
add_n_log("needed for firewall/security", qw(shorewall shorewall-ipv6 mandi-ifw));
# only needed for CDs/DVDs installations:
add_n_log("method='cdrom'", 'perl-Hal-Cdroms') if $o->{method} eq 'cdrom';
+ # only needed for CDs/DVDs installations:
+ add_n_log("needed for VMware hypervisor", 'open-vm-tools') if detect_devices::is_vmware();
my $dmi_BIOS = detect_devices::dmidecode_category('BIOS');
my $dmi_Base_Board = detect_devices::dmidecode_category('Base Board');