[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#695105: [patch] Fix preseeding of Debian Edu/Wheezy in jenkins.debian.net



Package: qa.debian.org

I investigated the installation failure for Debian Edu/Wheezy reported
in <URL: http://jenkins.debian.net/job/cd-test_debian_edu_wheezy/ >, and
discovered the reason why the profile preseeding did not work is that in
version 1.519 of the debian-edu-install package, an experimental change
to show the Minimal profile in the profile list was introduced, and this
changed the default template name from debian-edu-install/profile to
debian-edu-install/profile-expert.

As the current behavioru do not match the documented behaviour, the
default template name will be changed back in version 1.529 for squeeze
(and 1.702 for wheezy).  Until that change is available in Wheezy, the
following patch can be used to get the installation going anyway.

-- 
Happy hacking
Petter Reinholdtsen
>From dd80589ef5a6fc3517adc9ddb4d9db0cec97e6c8 Mon Sep 17 00:00:00 2001
From: Petter Reinholdtsen <pere@hungry.com>
Date: Tue, 4 Dec 2012 11:02:01 +0100
Subject: [PATCH 3/3] Get profile question preseeding working for the Debian Edu test.

---
 userContent/debian-edu-wheezy-preseed.cfg |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/userContent/debian-edu-wheezy-preseed.cfg b/userContent/debian-edu-wheezy-preseed.cfg
index 4bbdce2..3461cd2 100644
--- a/userContent/debian-edu-wheezy-preseed.cfg
+++ b/userContent/debian-edu-wheezy-preseed.cfg
@@ -303,7 +303,12 @@ d-i partman/confirm_nooverwrite boolean true
 # authentication. Warning: Insecure, not recommended.
 #d-i debian-installer/allow_unauthenticated boolean true
 
+# Profile for debian-edu-install versions 1.519 - 1.528
+d-i debian-edu-install/profile-expert multiselect Workstation
+
+# Profile for debian-edu-install versions 0.1 - 1.518, 1.529 ->
 d-i debian-edu-install/profile multiselect Workstation
+
 d-i debian-edu-install/confirm boolean true
 
 ### Package selection
-- 
1.7.2.5


Reply to: