[arch-commits] Commit in hwdetect/trunk (hwdetect)

Tobias Powalowski tpowa at archlinux.org
Thu Aug 4 07:10:30 UTC 2011


    Date: Thursday, August 4, 2011 @ 03:10:30
  Author: tpowa
Revision: 134475

remove vmare option, not needed anymore

Modified:
  hwdetect/trunk/hwdetect

----------+
 hwdetect |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

Modified: hwdetect
===================================================================
--- hwdetect	2011-08-04 07:07:50 UTC (rev 134474)
+++ hwdetect	2011-08-04 07:10:30 UTC (rev 134475)
@@ -35,7 +35,6 @@
 	echo "  For /etc/mkinitcpio.conf use:"
 	echo "    --filesystem           add filesystems to MODULES="
 	echo "    --hostcontroller       show MODULES= for all hostcontrollers"
-	echo "    --vmware               add BusLogic to MODULES for vmware"
 	echo "    --ati-kms              add ati kernel mode setting" 
 	echo "    --intel-kms            add intel kernel mode setting"
 	echo "    --nvidia-kms           add nvidia kernel mode setting"
@@ -111,10 +110,7 @@
 # nfs switch
 [ "$(echo $* | grep '\-btrfs')" ] && BTRFS=1
 
-# vmware switch
-[ "$(echo $* | grep '\-vmware')" ] && VMWARE=1
-
-# vmware switch
+# hooks switch
 [ "$(echo $* | grep '\-hooks')" ] && HOOKS=1
 
 # blacklist switch




More information about the arch-commits mailing list