[debian-edu-commits] r81151 - in branches/wheezy/debian-edu-config: debian sbin share/debian-edu-config/tools

pere at alioth.debian.org pere at alioth.debian.org
Mon Jun 24 22:33:27 UTC 2013


Author: pere
Date: 2013-06-24 22:33:26 +0000 (Mon, 24 Jun 2013)
New Revision: 81151

Modified:
   branches/wheezy/debian-edu-config/debian/changelog
   branches/wheezy/debian-edu-config/sbin/debian-edu-hwsetup
   branches/wheezy/debian-edu-config/share/debian-edu-config/tools/auto-addfirmware
Log:
* Updated auto-addfirmware to fetch from http.debian.net.
* Call auto-addfirmware at the end of debian-edu-hwsetup, to get all
  required firmware installed during installation.

Modified: branches/wheezy/debian-edu-config/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-config/debian/changelog	2013-06-24 20:43:33 UTC (rev 81150)
+++ branches/wheezy/debian-edu-config/debian/changelog	2013-06-24 22:33:26 UTC (rev 81151)
@@ -5,6 +5,9 @@
   * Updated debian-edu-hwsetup, rewrote PCI device detection system to
     use modalias and added quirk for Packard Bell EasyNote LV to avoid
     black screen after boot.
+  * Updated auto-addfirmware to fetch from http.debian.net.
+  * Call auto-addfirmware at the end of debian-edu-hwsetup, to get all
+    required firmware installed during installation.
 
  -- Petter Reinholdtsen <pere at debian.org>  Mon, 24 Jun 2013 16:51:21 +0200
 

Modified: branches/wheezy/debian-edu-config/sbin/debian-edu-hwsetup
===================================================================
--- branches/wheezy/debian-edu-config/sbin/debian-edu-hwsetup	2013-06-24 20:43:33 UTC (rev 81150)
+++ branches/wheezy/debian-edu-config/sbin/debian-edu-hwsetup	2013-06-24 22:33:26 UTC (rev 81151)
@@ -94,3 +94,6 @@
 	    ;;
     esac
 done
+
+# Autodetect firmware packages and install them
+/usr/share/debian-edu-config/tools/auto-addfirmware

Modified: branches/wheezy/debian-edu-config/share/debian-edu-config/tools/auto-addfirmware
===================================================================
--- branches/wheezy/debian-edu-config/share/debian-edu-config/tools/auto-addfirmware	2013-06-24 20:43:33 UTC (rev 81150)
+++ branches/wheezy/debian-edu-config/share/debian-edu-config/tools/auto-addfirmware	2013-06-24 22:33:26 UTC (rev 81151)
@@ -8,7 +8,7 @@
 
 dist=$(lsb_release -cs)
 arch=$(dpkg --print-architecture)
-mirror=http://cdn.debian.net/debian
+mirror=http://http.debian.net/debian
 
 # Find firmware files requested by kernel drivers
 # Perhaps it is better to use /dev/.udev/firmware-missing/?




More information about the debian-edu-commits mailing list