summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2013-08-25 02:15:06 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2013-08-25 02:15:06 +0200
commita81a2d70915943d692cd402f8790a1612ffbb36e (patch)
treeceb85e564ce591b0c7c446397400172511713d1c
parentc57ca4762c65b90594a230eff48f945f0df9d9cb (diff)
downloaddrakx-backup-do-not-use-master.tar
drakx-backup-do-not-use-master.tar.gz
drakx-backup-do-not-use-master.tar.bz2
drakx-backup-do-not-use-master.tar.xz
drakx-backup-do-not-use-master.zip
drop useless commentHEADmaster
-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 18cde2921..217080202 100644
--- a/perl-install/install/any.pm
+++ b/perl-install/install/any.pm
@@ -694,7 +694,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';
- # 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');