[25967] in Source-Commits
/svn/athena r25328 - trunk/debathena/scripts/installer/pxe/natty/debathena
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Fri Jul 29 21:04:45 2011
Date: Fri, 29 Jul 2011 21:04:39 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201107300104.p6U14d83021391@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jdreed
Date: 2011-07-29 21:04:39 -0400 (Fri, 29 Jul 2011)
New Revision: 25328
Modified:
trunk/debathena/scripts/installer/pxe/natty/debathena/preseed.autoinstall
Log:
Stop configuring backports (Trac #935)
Modified: trunk/debathena/scripts/installer/pxe/natty/debathena/preseed.autoinstall
===================================================================
--- trunk/debathena/scripts/installer/pxe/natty/debathena/preseed.autoinstall 2011-07-30 00:48:57 UTC (rev 25327)
+++ trunk/debathena/scripts/installer/pxe/natty/debathena/preseed.autoinstall 2011-07-30 01:04:39 UTC (rev 25328)
@@ -110,7 +110,8 @@
# software from the backports repository.
d-i apt-setup/restricted boolean true
d-i apt-setup/universe boolean true
-d-i apt-setup/backports boolean true
+# Stop configuring backports (originally needed for Jaunty on the 755s)
+# d-i apt-setup/backports boolean true
# Uncomment this if you don't want to use a network mirror.
#d-i apt-setup/use_mirror boolean false
# Select which update services to use; define the mirrors to be used.