Your message dated Thu, 2 Mar 2017 12:32:37 +0000
with message-id <20170302123237.ga25...@layer-acht.org>
and subject line Re: Bug#856553: jenkins: Debian Edu combi server preseeding
needs adjustment
has caused the Debian Bug report #856553,
regarding jenkins: Debian Edu combi server preseeding needs adjustment
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 ow...@bugs.debian.org
immediately.)
--
856553: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856553
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: qa.debian.org
Severity: normal
The Debian Edu combi server preseeding should set 'ltsp-server' instead
of the default 'ltsp-server-standalone' as value for the LTSP udeb
server_packages to avoid installation of unwanted packages.
Patch attached.
Wolfgang
From e0b390ef1ab7c8227a3d014fc331a0689819407b Mon Sep 17 00:00:00 2001
From: Wolfgang Schweer <wschw...@arcor.de>
Date: Thu, 2 Mar 2017 12:33:25 +0100
Subject: [PATCH] Adjust Debian Edu combi server preseeding (LTSP
server_packages). While this change is needed for Stretch, it doesn't harm
for Jessie. So changing it here and keeping the symlink for Stretch should be
ok.
---
.../debian-edu_jessie-daily-netinst_combi-server_preseed.cfg | 3 +++
1 file changed, 3 insertions(+)
diff --git a/d-i-preseed-cfgs/debian-edu_jessie-daily-netinst_combi-server_preseed.cfg b/d-i-preseed-cfgs/debian-edu_jessie-daily-netinst_combi-server_preseed.cfg
index eae4f78a..a9d89ba1 100644
--- a/d-i-preseed-cfgs/debian-edu_jessie-daily-netinst_combi-server_preseed.cfg
+++ b/d-i-preseed-cfgs/debian-edu_jessie-daily-netinst_combi-server_preseed.cfg
@@ -393,6 +393,9 @@ d-i grub-installer/bootdev string /dev/sda
# Tell LTSP to not use the CDROM, but a HTTP mirror
d-i ltsp-client-builder/use_cdrom boolean false
+# Use 'ltsp-server' instead of the default (ltsp-server-standalone),
+# to avoid unwanted Depends.
+d-i ltsp-client-builder/server_packages string ltsp-server
# Not using --copy-sourceslist as it causes cdrom apt sources
# to be copied too, and this break the installation for some reason.
d-i ltsp-client-builder/build-client-opts string --dist jessie \
--
2.11.0
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Hi Wolfgang,
On Thu, Mar 02, 2017 at 12:54:58PM +0100, Wolfgang Schweer wrote:
> The Debian Edu combi server preseeding should set 'ltsp-server' instead
> of the default 'ltsp-server-standalone' as value for the LTSP udeb
> server_packages to avoid installation of unwanted packages.
>
> Patch attached.
many thanks, merged & deployed!
--
cheers,
Holger
signature.asc
Description: Digital signature
--- End Message ---