summaryrefslogtreecommitdiffstats
path: root/perl-install/install/any.pm
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2018-11-27 07:10:34 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2018-11-27 07:11:28 +0100
commit4b300c2602a5fe9c4999a17a154e05b3076d9800 (patch)
treec5c4abfa51d3c3e465468f144b72fd72b6e514a6 /perl-install/install/any.pm
parentf7edc3570028b25ec6bde4f90dda6d53f7446f3e (diff)
downloaddrakx-4b300c2602a5fe9c4999a17a154e05b3076d9800.tar
drakx-4b300c2602a5fe9c4999a17a154e05b3076d9800.tar.gz
drakx-4b300c2602a5fe9c4999a17a154e05b3076d9800.tar.bz2
drakx-4b300c2602a5fe9c4999a17a154e05b3076d9800.tar.xz
drakx-4b300c2602a5fe9c4999a17a154e05b3076d9800.zip
open-vm-tools is handled through rpmsrate
Diffstat (limited to 'perl-install/install/any.pm')
-rw-r--r--perl-install/install/any.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm
index c2bc4c909..0e4d4e880 100644
--- a/perl-install/install/any.pm
+++ b/perl-install/install/any.pm
@@ -857,7 +857,6 @@ 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';
- 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');