[debian-edu-commits] r82660 - trunk/src/raspberry-pi

pere at alioth.debian.org pere at alioth.debian.org
Fri Nov 8 09:25:29 UTC 2013


Author: pere
Date: 2013-11-08 09:25:28 +0000 (Fri, 08 Nov 2013)
New Revision: 82660

Modified:
   trunk/src/raspberry-pi/debian-edu-rpi-build-image
Log:
Remember to install packages needed by rpi-update.

Modified: trunk/src/raspberry-pi/debian-edu-rpi-build-image
===================================================================
--- trunk/src/raspberry-pi/debian-edu-rpi-build-image	2013-11-07 14:20:54 UTC (rev 82659)
+++ trunk/src/raspberry-pi/debian-edu-rpi-build-image	2013-11-08 09:25:28 UTC (rev 82660)
@@ -35,6 +35,9 @@
 
 base_pkgs="debian-edu-archive-keyring etckeeper"
 
+# Used by rpi-update
+base_pkgs="$base_pkgs git-core binutils ca-certificates wget kmod"
+
 for p in $base_pkgs; do
     pkgopts="$pkgopts --package $p"
 done




More information about the debian-edu-commits mailing list