[debian-edu-commits] r81404 - in branches/wheezy/debian-edu-config: debian share/debian-edu-config/d-i
pere at alioth.debian.org
pere at alioth.debian.org
Sat Jul 6 15:31:13 UTC 2013
Author: pere
Date: 2013-07-06 15:31:13 +0000 (Sat, 06 Jul 2013)
New Revision: 81404
Modified:
branches/wheezy/debian-edu-config/debian/changelog
branches/wheezy/debian-edu-config/share/debian-edu-config/d-i/pre-pkgsel
Log:
Adjust comments in generated /etc/network/interfaces file to look
more like the one created by d-i in Wheezy.
Modified: branches/wheezy/debian-edu-config/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-config/debian/changelog 2013-07-06 14:17:21 UTC (rev 81403)
+++ branches/wheezy/debian-edu-config/debian/changelog 2013-07-06 15:31:13 UTC (rev 81404)
@@ -1,3 +1,11 @@
+debian-edu-config (1.708~svn81398) UNRELEASED; urgency=low
+
+ [ Petter Reinholdtsen ]
+ * Adjust comments in generated /etc/network/interfaces file to look
+ more like the one created by d-i in Wheezy.
+
+ -- Petter Reinholdtsen <pere at debian.org> Sat, 06 Jul 2013 17:30:30 +0200
+
debian-edu-config (1.708~svn81397) wheezy-test; urgency=low
[ Petter Reinholdtsen ]
Modified: branches/wheezy/debian-edu-config/share/debian-edu-config/d-i/pre-pkgsel
===================================================================
--- branches/wheezy/debian-edu-config/share/debian-edu-config/d-i/pre-pkgsel 2013-07-06 14:17:21 UTC (rev 81403)
+++ branches/wheezy/debian-edu-config/share/debian-edu-config/d-i/pre-pkgsel 2013-07-06 15:31:13 UTC (rev 81404)
@@ -109,10 +109,12 @@
# Every host need the loopback interface
cat > $interfaces <<EOF
-# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
-# This file was created by debian-edu-profile during the Debian installation
+# Created by debian-edu-profile during the Debian installation.
+#
+# This file describes the network interfaces available on your system
+# and how to activate them. For more information, see interfaces(5).
-# The loopback interface
+# The loopback network interface
auto lo
iface lo inet loopback
EOF
More information about the debian-edu-commits
mailing list