[debian-edu-commits] r79699 - trunk/src/build/CD-administrator
pere at alioth.debian.org
pere at alioth.debian.org
Sun Apr 21 17:39:28 UTC 2013
Author: pere
Date: 2013-04-21 17:39:28 +0000 (Sun, 21 Apr 2013)
New Revision: 79699
Added:
trunk/src/build/CD-administrator/hintpkgs-wheezy-netinst-unwanted.txt
Modified:
trunk/src/build/CD-administrator/unwanted-list
Log:
Implement generic mechanism to avoid some packages on the ISOs. Use it to avoid file system tools we do not use, and openssh-server we can install from the net, to try to make room for etckeeper on the netinst CD.
Added: trunk/src/build/CD-administrator/hintpkgs-wheezy-netinst-unwanted.txt
===================================================================
--- trunk/src/build/CD-administrator/hintpkgs-wheezy-netinst-unwanted.txt (rev 0)
+++ trunk/src/build/CD-administrator/hintpkgs-wheezy-netinst-unwanted.txt 2013-04-21 17:39:28 UTC (rev 79699)
@@ -0,0 +1,9 @@
+# Drop support for file systems we do not use
+jfsutils
+xfsprogs
+reiserfsprogs
+btrfs-tools
+ufsutils
+#
+# Drop packages that can be installed from the net
+openssh-server
Modified: trunk/src/build/CD-administrator/unwanted-list
===================================================================
--- trunk/src/build/CD-administrator/unwanted-list 2013-04-21 17:23:34 UTC (rev 79698)
+++ trunk/src/build/CD-administrator/unwanted-list 2013-04-21 17:39:28 UTC (rev 79699)
@@ -25,6 +25,10 @@
make -C $TASKDIR clean >/dev/null
+ if [ -e "hintpkgs-$SUITE-unwanted.txt" ] ; then
+ cat "hintpkgs-$SUITE-unwanted.txt"
+ fi
+
) > $uwpkg.new
# Make sure the packages are only listed once
More information about the debian-edu-commits
mailing list