[Debconf-video-commits] r313 - in fai-config: class debconf package_config

holger at alioth.debian.org holger at alioth.debian.org
Tue Mar 3 14:24:00 UTC 2009


Author: holger
Date: 2009-03-03 14:23:59 +0000 (Tue, 03 Mar 2009)
New Revision: 313

Added:
   fai-config/class/90-hw-classes
   fai-config/debconf/IPW2X00
Modified:
   fai-config/package_config/FAIBASE
Log:
automatically detect ipw2x00 hardware and install related packages

Added: fai-config/class/90-hw-classes
===================================================================
--- fai-config/class/90-hw-classes	                        (rev 0)
+++ fai-config/class/90-hw-classes	2009-03-03 14:23:59 UTC (rev 313)
@@ -0,0 +1,3 @@
+#! /bin/sh
+
+lspci | grep -q "Intel Corporation PRO/Wireless 2" && echo IPW2X00


Property changes on: fai-config/class/90-hw-classes
___________________________________________________________________
Name: svn:executable
   + *

Added: fai-config/debconf/IPW2X00
===================================================================
--- fai-config/debconf/IPW2X00	                        (rev 0)
+++ fai-config/debconf/IPW2X00	2009-03-03 14:23:59 UTC (rev 313)
@@ -0,0 +1,6 @@
+# Declined Intel Pro Wireless 2100 and 2200/2915 License
+firmware-ipw2x00	firmware-ipw2x00/license/error	error	
+# Intel Pro Wireless 2100 and 2200/2915 License
+firmware-ipw2x00	firmware-ipw2x00/license/present	note	
+# Do you agree with the Intel Pro Wireless 2100 and 2200/2915 License license terms?
+firmware-ipw2x00	firmware-ipw2x00/license/accepted	boolean	true

Modified: fai-config/package_config/FAIBASE
===================================================================
--- fai-config/package_config/FAIBASE	2009-03-03 14:15:48 UTC (rev 312)
+++ fai-config/package_config/FAIBASE	2009-03-03 14:23:59 UTC (rev 313)
@@ -11,3 +11,6 @@
 pciutils ethtool sudo
 molly-guard dnsutils
 apt-listchanges cron-apt
+
+PACKAGES install IPW2X00
+firmware-ipw2x00




More information about the Debconf-video-commits mailing list