[debian-edu-commits] debian-edu/ 01/01: Preseed: keep old style (aka unpredictable) network interfaces names until a better solution is found.

Wolfgang Schweer schweer-guest at moszumanska.debian.org
Wed Apr 13 18:51:18 UTC 2016


This is an automated email from the git hooks/post-receive script.

schweer-guest pushed a commit to branch master
in repository debian-edu-install.

commit 8fca4135b1d4007007b09669aac0e4171d1d2215
Author: Wolfgang Schweer <wschweer at arcor.de>
Date:   Wed Apr 13 20:52:33 2016 +0200

    Preseed: keep old style (aka unpredictable) network interfaces names until a better solution is found.
---
 debian/changelog               | 2 ++
 preseed-values/defaults.common | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 358d304..77963ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ debian-edu-install (1.900) UNRELEASED; urgency=medium
   * Add 4 GiB to min and max partition sizes for /opt to get enough
     space for LTSP NBD image file.
   * Adjust squid partition mountpoint after squid3 has been renamed.
+  * Preseed: keep old style (aka unpredictable) network interfaces names
+    until a better solution is found.
 
  -- Wolfgang Schweer <wschweer at arcor.de>  Wed, 13 Apr 2016 17:25:59 +0200
 
diff --git a/preseed-values/defaults.common b/preseed-values/defaults.common
index 680e4a5..d7c434e 100644
--- a/preseed-values/defaults.common
+++ b/preseed-values/defaults.common
@@ -22,6 +22,9 @@ exim4-config exim4/dc_postmaster string root
 # Yes, we want to put grub on the master boot record (MBR)
 d-i grub-installer/only_debian boolean true
 
+# Keep old style (aka unpredictable) network interfaces names.
+grub-pc grub2/linux_cmdline_default net.ifnames=0 quiet
+
 # Set some display modes to avoid question for xserver
 xserver-xorg xserver-xorg/config/display/modes multiselect 1024x786, 800x600, 640x480
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-install.git



More information about the debian-edu-commits mailing list