[debian-edu-commits] r79805 - in branches/wheezy/debian-edu-install: . debian
pere at alioth.debian.org
pere at alioth.debian.org
Fri Apr 26 21:19:59 UTC 2013
Author: pere
Date: 2013-04-26 21:19:59 +0000 (Fri, 26 Apr 2013)
New Revision: 79805
Modified:
branches/wheezy/debian-edu-install/debian/changelog
branches/wheezy/debian-edu-install/post-base-installer
Log:
Stop trying to install etckeeper in post-base-installer, before
APT is set up to fetch packages from the net, to avoid an error
because it is missing on the netinst CD.
Modified: branches/wheezy/debian-edu-install/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-install/debian/changelog 2013-04-26 21:13:14 UTC (rev 79804)
+++ branches/wheezy/debian-edu-install/debian/changelog 2013-04-26 21:19:59 UTC (rev 79805)
@@ -1,6 +1,9 @@
debian-edu-install (1.708~svn12345) UNRELEASED; urgency=low
- * dummy commit to see whether notifications still work.
+ [ Petter Reinholdtsen ]
+ * Stop trying to install etckeeper in post-base-installer, before
+ APT is set up to fetch packages from the net, to avoid an error
+ because it is missing on the netinst CD.
-- Holger Levsen <holger at debian.org> Mon, 22 Apr 2013 13:50:17 +0200
Modified: branches/wheezy/debian-edu-install/post-base-installer
===================================================================
--- branches/wheezy/debian-edu-install/post-base-installer 2013-04-26 21:13:14 UTC (rev 79804)
+++ branches/wheezy/debian-edu-install/post-base-installer 2013-04-26 21:19:59 UTC (rev 79805)
@@ -1,9 +1,7 @@
#!/bin/sh -e
#
# Executed using the post-base-installer hooks after the base system
-# is installed, and before most packages are installed.
+# is installed, and before most packages are installed. APT is
+# only using packages on the CD/DVD at this point.
-# Initialize etckeeper early
-edu-etcvcs init
-
exit 0
More information about the debian-edu-commits
mailing list