diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-08-25 02:15:06 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-08-25 02:15:06 +0200 |
commit | ff75e5781c647a32aaeebc4556538572b458430f (patch) | |
tree | ceb85e564ce591b0c7c446397400172511713d1c /perl-install | |
parent | c1bdd4615cacc4033a9573361331a462d828d431 (diff) | |
download | drakx-ff75e5781c647a32aaeebc4556538572b458430f.tar drakx-ff75e5781c647a32aaeebc4556538572b458430f.tar.gz drakx-ff75e5781c647a32aaeebc4556538572b458430f.tar.bz2 drakx-ff75e5781c647a32aaeebc4556538572b458430f.tar.xz drakx-ff75e5781c647a32aaeebc4556538572b458430f.zip |
drop useless comment
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install/any.pm | 1 |
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'); |