diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2018-11-27 07:10:34 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2018-11-27 07:11:28 +0100 |
commit | 4b300c2602a5fe9c4999a17a154e05b3076d9800 (patch) | |
tree | c5c4abfa51d3c3e465468f144b72fd72b6e514a6 | |
parent | f7edc3570028b25ec6bde4f90dda6d53f7446f3e (diff) | |
download | drakx-4b300c2602a5fe9c4999a17a154e05b3076d9800.tar drakx-4b300c2602a5fe9c4999a17a154e05b3076d9800.tar.gz drakx-4b300c2602a5fe9c4999a17a154e05b3076d9800.tar.bz2 drakx-4b300c2602a5fe9c4999a17a154e05b3076d9800.tar.xz drakx-4b300c2602a5fe9c4999a17a154e05b3076d9800.zip |
open-vm-tools is handled through rpmsrate
-rw-r--r-- | perl-install/install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/install/any.pm | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 6074ffbae..4f9c678a4 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,4 +1,6 @@ - check DM really is installed, not just present in /usr/share/X11.dm.d +- packages selection: + o open-vm-tools is handled through rpmsrate Version 18.6 - 21 Nov 2018 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'); |