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

Bug#695105: marked as done ([patch] Fix preseeding of Debian Edu/Wheezy in jenkins.debian.net)



Your message dated Tue, 4 Dec 2012 11:33:19 +0100
with message-id <[🔎] 201212041133.20905.holger@layer-acht.org>
and subject line Re: Bug#695105: [patch] Fix preseeding of Debian Edu/Wheezy in jenkins.debian.net
has caused the Debian Bug report #695105,
regarding [patch] Fix preseeding of Debian Edu/Wheezy in jenkins.debian.net
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
695105: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695105
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
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


--- End Message ---
--- Begin Message ---
Hi Petter,

On Dienstag, 4. Dezember 2012, Petter Reinholdtsen wrote:
> 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.

thanks, I've applied it to the git repo and started a new installation on 
jenkins.d.n.


cheers,
	Holger

--- End Message ---

Reply to: